Home
last modified time | relevance | path

Searched refs:gc_possible_root (Results 1 – 6 of 6) sorted by relevance

/php-src/Zend/
H A Dzend_gc.h48 ZEND_API void ZEND_FASTCALL gc_possible_root(zend_refcounted *ref);
98 gc_possible_root(ref); in gc_check_possible_root()
106 gc_possible_root(ref); in gc_check_possible_root_no_ref()
H A Dzend_objects_API.h79 gc_possible_root((zend_refcounted*)obj); in END_EXTERN_C()
H A Dzend_gc.c678 ZEND_API void ZEND_FASTCALL gc_possible_root(zend_refcounted *ref) in gc_possible_root() function
H A Dzend_vm_execute.h4449 gc_possible_root(ref); in ZEND_RETURN_SPEC_CONST_HANDLER()
4527 gc_possible_root(ref); in ZEND_RETURN_SPEC_OBSERVER_HANDLER()
19369 gc_possible_root(ref); in ZEND_RETURN_SPEC_TMP_HANDLER()
22037 gc_possible_root(ref); in ZEND_RETURN_SPEC_VAR_HANDLER()
39575 gc_possible_root(ref); in ZEND_RETURN_SPEC_CV_HANDLER()
57692 gc_possible_root(ref);
57772 gc_possible_root(ref);
59681 gc_possible_root(ref);
60045 gc_possible_root(ref);
61454 gc_possible_root(ref);
H A Dzend_vm_def.h4393 gc_possible_root(ref);
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c1802 ir_CALL_1(IR_VOID, ir_CONST_FC_FUNC(gc_possible_root), ref); in jit_ZVAL_PTR_DTOR()
1845 ir_CALL_1(IR_VOID, ir_CONST_FC_FUNC(gc_possible_root), ref); in jit_OBJ_RELEASE()
6318 ir_CALL_1(IR_VOID, ir_CONST_FC_FUNC(gc_possible_root), ref); in zend_jit_assign_to_variable()
6345 ir_CALL_1(IR_VOID, ir_CONST_FC_FUNC(gc_possible_root), ref); in zend_jit_assign_to_variable()
10994 ir_CALL_1(IR_VOID, ir_CONST_FC_FUNC(gc_possible_root), ref2);

Completed in 215 milliseconds