Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_vm_def.h3580 ce = CACHED_PTR(opline->result.num);
3706 fbc = CACHED_PTR(opline->result.num);
3850 fbc = CACHED_PTR(opline->result.num);
3883 fbc = CACHED_PTR(opline->result.num);
5684 ce = CACHED_PTR(opline->op2.num);
5812 c = CACHED_PTR(opline->extended_value);
6345 ce = CACHED_PTR(opline->extended_value);
7567 ce = CACHED_PTR(opline->extended_value);
7597 ce = CACHED_PTR(opline->extended_value);
7667 ce = CACHED_PTR(opline->extended_value);
[all …]
H A Dzend_vm_execute.h3426 fbc = CACHED_PTR(opline->result.num); in ZEND_INIT_FCALL_BY_NAME_SPEC_CONST_HANDLER()
3508 fbc = CACHED_PTR(opline->result.num); in ZEND_INIT_NS_FCALL_BY_NAME_SPEC_CONST_HANDLER()
3541 fbc = CACHED_PTR(opline->result.num); in ZEND_INIT_FCALL_SPEC_CONST_HANDLER()
6602 ce = CACHED_PTR(opline->result.num); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER()
8895 ce = CACHED_PTR(opline->result.num); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_TMPVAR_HANDLER()
9638 ce = CACHED_PTR(opline->result.num); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_UNUSED_HANDLER()
9937 ce = CACHED_PTR(opline->op2.num); in ZEND_NEW_SPEC_CONST_UNUSED_HANDLER()
11283 ce = CACHED_PTR(opline->result.num); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CV_HANDLER()
23927 ce = CACHED_PTR(opline->result.num); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_CONST_HANDLER()
28533 ce = CACHED_PTR(opline->op2.num); in ZEND_NEW_SPEC_VAR_UNUSED_HANDLER()
[all …]
H A Dzend_execute.h363 #define CACHED_PTR(num) \ macro
H A Dzend_execute.c3023 ZEND_ASSERT(op1_type != IS_CONST || CACHED_PTR(cache_slot) == NULL); in zend_fetch_static_property_address_ex()
3025 if (EXPECTED((ce = CACHED_PTR(cache_slot)) == NULL)) { in zend_fetch_static_property_address_ex()
3045 if (EXPECTED(op1_type == IS_CONST) && EXPECTED(CACHED_PTR(cache_slot) == ce)) { in zend_fetch_static_property_address_ex()
3046 *retval = CACHED_PTR(cache_slot + sizeof(void *)); in zend_fetch_static_property_address_ex()
3047 *prop_info = CACHED_PTR(cache_slot + sizeof(void *) * 2); in zend_fetch_static_property_address_ex()
3094 …LASS_SELF || opline->op2.num == ZEND_FETCH_CLASS_PARENT))) && EXPECTED(CACHED_PTR(cache_slot) != N… in zend_fetch_static_property_address()
3095 *retval = CACHED_PTR(cache_slot + sizeof(void *)); in zend_fetch_static_property_address()
3096 property_info = CACHED_PTR(cache_slot + sizeof(void *) * 2); in zend_fetch_static_property_address()
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_utils.c759 if (!(ce = CACHED_PTR(cur->extended_value & ~ZEND_LAST_CATCH))) { in phpdbg_check_caught_ex()
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_x86.dasc9566 | // if (CACHED_PTR(opline->result.num))
9767 | // fbc = CACHED_PTR(opline->result.num + sizeof(void*));
9773 | // if (CACHED_PTR(opline->result.num) == obj->ce)) {
9778 | // fbc = CACHED_PTR(opline->result.num + sizeof(void*));
11149 | // if (CACHED_PTR(opline->extended_value)) {
12706 | // idx = (uint32_t)(uintptr_t)CACHED_PTR(opline->extended_value) - 1;
15370 | // c = CACHED_PTR(opline->extended_value);

Completed in 212 milliseconds