Searched refs:gc_possible_root (Results 1 – 6 of 6) sorted by relevance
/PHP-8.4/Zend/ |
H A D | zend_gc.h | 48 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 D | zend_objects_API.h | 79 gc_possible_root((zend_refcounted*)obj); in END_EXTERN_C()
|
H A D | zend_gc.c | 698 ZEND_API void ZEND_FASTCALL gc_possible_root(zend_refcounted *ref) in gc_possible_root() function
|
H A D | zend_vm_execute.h | 4604 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 D | zend_vm_def.h | 4477 gc_possible_root(ref);
|
/PHP-8.4/ext/opcache/jit/ |
H A D | zend_jit_ir.c | 1829 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