Searched refs:gc_possible_root (Results 1 – 6 of 6) sorted by relevance
/php-src/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 | 4615 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 D | zend_vm_def.h | 4476 gc_possible_root(ref);
|
/php-src/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() 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