Lines Matching refs:CG

149 …zend_hash_apply_with_argument(CG(function_table), (apply_func_arg_t)copy_internal_function, &ZCG(f…  in zend_accel_copy_internal_functions()
503 CG(in_compilation) = 1; in zend_accel_function_hash_copy()
505 CG(zend_lineno) = function1->op_array.opcodes[0].lineno; in zend_accel_function_hash_copy()
547 CG(in_compilation) = 1; in zend_accel_function_hash_copy_from_shm()
549 CG(zend_lineno) = function1->op_array.opcodes[0].lineno; in zend_accel_function_hash_copy_from_shm()
580 CG(in_compilation) = 1; in zend_accel_class_hash_copy()
582 CG(zend_lineno) = ce1->info.user.line_start; in zend_accel_class_hash_copy()
644 ZCG(arena_mem) = zend_arena_alloc(&CG(arena), persistent_script->arena_size + 64); in zend_accel_load_script()
648 ZCG(arena_mem) = zend_arena_alloc(&CG(arena), persistent_script->arena_size); in zend_accel_load_script()
655 …zend_accel_class_hash_copy(CG(class_table), &persistent_script->script.class_table, (unique_copy_c… in zend_accel_load_script()
660 …zend_accel_function_hash_copy_from_shm(CG(function_table), &persistent_script->script.function_tab… in zend_accel_load_script()
680 zend_accel_function_hash_copy(CG(function_table), &persistent_script->script.function_table); in zend_accel_load_script()
683 zend_accel_class_hash_copy(CG(class_table), &persistent_script->script.class_table, NULL); in zend_accel_load_script()
688 zend_string *orig_compiled_filename = CG(compiled_filename); in zend_accel_load_script()
689 CG(compiled_filename) = persistent_script->script.filename; in zend_accel_load_script()
691 CG(compiled_filename) = orig_compiled_filename; in zend_accel_load_script()