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);
99 gc_possible_root(ref); in gc_check_possible_root()
107 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.c698 ZEND_API void ZEND_FASTCALL gc_possible_root(zend_refcounted *ref) in gc_possible_root() function
H A Dzend_vm_execute.h4615 gc_possible_root(ref); in ZEND_RETURN_SPEC_CONST_HANDLER()
4693 gc_possible_root(ref); in ZEND_RETURN_SPEC_OBSERVER_HANDLER()
19868 gc_possible_root(ref); in ZEND_RETURN_SPEC_TMP_HANDLER()
22535 gc_possible_root(ref); in ZEND_RETURN_SPEC_VAR_HANDLER()
40647 gc_possible_root(ref); in ZEND_RETURN_SPEC_CV_HANDLER()
59123 gc_possible_root(ref);
59203 gc_possible_root(ref);
61117 gc_possible_root(ref);
61481 gc_possible_root(ref);
62895 gc_possible_root(ref);
H A Dzend_vm_def.h4476 gc_possible_root(ref);
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c1829 ir_CALL_1(IR_VOID, ir_CONST_FC_FUNC(gc_possible_root), ref); in jit_ZVAL_PTR_DTOR()
1872 ir_CALL_1(IR_VOID, ir_CONST_FC_FUNC(gc_possible_root), ref); in jit_OBJ_RELEASE()
6521 ir_CALL_1(IR_VOID, ir_CONST_FC_FUNC(gc_possible_root), ref); in zend_jit_assign_to_variable()
6548 ir_CALL_1(IR_VOID, ir_CONST_FC_FUNC(gc_possible_root), ref); in zend_jit_assign_to_variable()
11413 ir_CALL_1(IR_VOID, ir_CONST_FC_FUNC(gc_possible_root), ref2);

Completed in 251 milliseconds