Home
last modified time | relevance | path

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

/PHP-8.4/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.h4604 gc_possible_root(ref); in ZEND_RETURN_SPEC_CONST_HANDLER()
4682 gc_possible_root(ref); in ZEND_RETURN_SPEC_OBSERVER_HANDLER()
19887 gc_possible_root(ref); in ZEND_RETURN_SPEC_TMP_HANDLER()
22554 gc_possible_root(ref); in ZEND_RETURN_SPEC_VAR_HANDLER()
40666 gc_possible_root(ref); in ZEND_RETURN_SPEC_CV_HANDLER()
59142 gc_possible_root(ref);
59222 gc_possible_root(ref);
61136 gc_possible_root(ref);
61500 gc_possible_root(ref);
62914 gc_possible_root(ref);
H A Dzend_vm_def.h4477 gc_possible_root(ref);
/PHP-8.4/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()
6517 ir_CALL_1(IR_VOID, ir_CONST_FC_FUNC(gc_possible_root), ref); in zend_jit_assign_to_variable()
6544 ir_CALL_1(IR_VOID, ir_CONST_FC_FUNC(gc_possible_root), ref); in zend_jit_assign_to_variable()
11216 ir_CALL_1(IR_VOID, ir_CONST_FC_FUNC(gc_possible_root), ref2);

Completed in 251 milliseconds