Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_gc.h34 ZEND_API void ZEND_FASTCALL gc_possible_root(zend_refcounted *ref);
80 gc_possible_root(ref); in gc_check_possible_root()
H A Dzend_objects_API.h77 gc_possible_root((zend_refcounted*)obj); in END_EXTERN_C()
H A Dzend_execute.h147 gc_possible_root(garbage); in zend_assign_to_variable()
H A Dzend_gc.c626 ZEND_API void ZEND_FASTCALL gc_possible_root(zend_refcounted *ref) in gc_possible_root() function
H A Dzend_execute.c3287 gc_possible_root(ref); in i_zval_ptr_dtor_noref()
H A Dzend_vm_execute.h4091 gc_possible_root(ref); in ZEND_RETURN_SPEC_CONST_HANDLER()
4169 gc_possible_root(ref); in ZEND_RETURN_SPEC_OBSERVER_HANDLER()
18605 gc_possible_root(ref); in ZEND_RETURN_SPEC_TMP_HANDLER()
21221 gc_possible_root(ref); in ZEND_RETURN_SPEC_VAR_HANDLER()
37969 gc_possible_root(ref); in ZEND_RETURN_SPEC_CV_HANDLER()
55413 gc_possible_root(ref);
55492 gc_possible_root(ref);
57026 gc_possible_root(ref);
57332 gc_possible_root(ref);
58454 gc_possible_root(ref);
H A Dzend_vm_def.h4303 gc_possible_root(ref);
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_x86.dasc1450 | // gc_possible_root(Z_COUNTED_P(z))
1451 | EXT_CALL gc_possible_root, r0
1597 | // gc_possible_root(obj)
1601 | EXT_CALL gc_possible_root, r0
6410 | EXT_CALL gc_possible_root, r0
6431 | EXT_CALL gc_possible_root, r0
12753 | EXT_CALL gc_possible_root, r1

Completed in 225 milliseconds