Home
last modified time | relevance | path

Searched refs:CACHED_PTR (Results 1 – 7 of 7) sorted by relevance

/PHP-8.1/Zend/
H A Dzend_vm_def.h3606 ce = CACHED_PTR(opline->result.num);
3733 fbc = CACHED_PTR(opline->result.num);
3877 fbc = CACHED_PTR(opline->result.num);
3910 fbc = CACHED_PTR(opline->result.num);
5737 ce = CACHED_PTR(opline->op2.num);
5865 c = CACHED_PTR(opline->extended_value);
5891 ce = CACHED_PTR(opline->extended_value);
6416 ce = CACHED_PTR(opline->extended_value);
7687 ce = CACHED_PTR(opline->extended_value);
7746 ce = CACHED_PTR(opline->extended_value);
[all …]
H A Dzend_vm_execute.h3576 fbc = CACHED_PTR(opline->result.num); in ZEND_INIT_FCALL_BY_NAME_SPEC_CONST_HANDLER()
3658 fbc = CACHED_PTR(opline->result.num); in ZEND_INIT_NS_FCALL_BY_NAME_SPEC_CONST_HANDLER()
3691 fbc = CACHED_PTR(opline->result.num); in ZEND_INIT_FCALL_SPEC_CONST_HANDLER()
6803 ce = CACHED_PTR(opline->result.num); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER()
9126 ce = CACHED_PTR(opline->result.num); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_TMPVAR_HANDLER()
9879 ce = CACHED_PTR(opline->result.num); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_UNUSED_HANDLER()
10179 ce = CACHED_PTR(opline->op2.num); in ZEND_NEW_SPEC_CONST_UNUSED_HANDLER()
11491 ce = CACHED_PTR(opline->result.num); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CV_HANDLER()
24163 ce = CACHED_PTR(opline->result.num); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_CONST_HANDLER()
28904 ce = CACHED_PTR(opline->op2.num); in ZEND_NEW_SPEC_VAR_UNUSED_HANDLER()
[all …]
H A Dzend_execute.c3292 ZEND_ASSERT(op1_type != IS_CONST || CACHED_PTR(cache_slot) == NULL); in zend_fetch_static_property_address_ex()
3294 if (EXPECTED((ce = CACHED_PTR(cache_slot)) == NULL)) { in zend_fetch_static_property_address_ex()
3314 if (EXPECTED(op1_type == IS_CONST) && EXPECTED(CACHED_PTR(cache_slot) == ce)) { in zend_fetch_static_property_address_ex()
3315 *retval = CACHED_PTR(cache_slot + sizeof(void *)); in zend_fetch_static_property_address_ex()
3316 *prop_info = CACHED_PTR(cache_slot + sizeof(void *) * 2); in zend_fetch_static_property_address_ex()
3364 …LASS_SELF || opline->op2.num == ZEND_FETCH_CLASS_PARENT))) && EXPECTED(CACHED_PTR(cache_slot) != N… in zend_fetch_static_property_address()
3365 *retval = CACHED_PTR(cache_slot + sizeof(void *)); in zend_fetch_static_property_address()
3366 property_info = CACHED_PTR(cache_slot + sizeof(void *) * 2); in zend_fetch_static_property_address()
H A Dzend_execute.h394 #define CACHED_PTR(num) \ macro
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_utils.c636 if (!(ce = CACHED_PTR(cur->extended_value & ~ZEND_LAST_CATCH))) { in phpdbg_check_caught_ex()
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_x86.dasc9483 | // if (CACHED_PTR(opline->result.num))
9704 | // fbc = CACHED_PTR(opline->result.num + sizeof(void*));
9710 | // if (CACHED_PTR(opline->result.num) == obj->ce)) {
9715 | // fbc = CACHED_PTR(opline->result.num + sizeof(void*));
11096 | // if (CACHED_PTR(opline->extended_value)) {
12698 | // idx = (uint32_t)(uintptr_t)CACHED_PTR(opline->extended_value) - 1;
15638 | // c = CACHED_PTR(opline->extended_value);
H A Dzend_jit_arm64.dasc8836 | // if (CACHED_PTR(opline->result.num))
9033 | // fbc = CACHED_PTR(opline->result.num + sizeof(void*));
9038 | // if (CACHED_PTR(opline->result.num) == obj->ce)) {
9044 | // fbc = CACHED_PTR(opline->result.num + sizeof(void*));
10389 | // if (CACHED_PTR(opline->extended_value)) {
11938 | // idx = (uint32_t)(uintptr_t)CACHED_PTR(opline->extended_value) - 1;
14687 | // c = CACHED_PTR(opline->extended_value);

Completed in 451 milliseconds