Searched refs:CACHED_PTR (Results 1 – 6 of 6) sorted by relevance
3705 ce = CACHED_PTR(opline->result.num);3832 fbc = CACHED_PTR(opline->result.num);3986 fbc = CACHED_PTR(opline->result.num);4019 fbc = CACHED_PTR(opline->result.num);4045 fbc = CACHED_PTR(opline->result.num);5885 ce = CACHED_PTR(opline->op2.num);6013 c = CACHED_PTR(opline->extended_value);6643 ce = CACHED_PTR(opline->extended_value);7933 ce = CACHED_PTR(opline->extended_value);7994 ce = CACHED_PTR(opline->extended_value);[all …]
3916 fbc = CACHED_PTR(opline->result.num); in ZEND_INIT_FCALL_BY_NAME_SPEC_CONST_HANDLER()3998 fbc = CACHED_PTR(opline->result.num); in ZEND_INIT_NS_FCALL_BY_NAME_SPEC_CONST_HANDLER()4031 fbc = CACHED_PTR(opline->result.num); in ZEND_INIT_FCALL_SPEC_CONST_HANDLER()4057 fbc = CACHED_PTR(opline->result.num); in ZEND_INIT_FCALL_OFFSET_SPEC_CONST_HANDLER()7291 ce = CACHED_PTR(opline->result.num); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER()9865 ce = CACHED_PTR(opline->result.num); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_TMPVAR_HANDLER()10623 ce = CACHED_PTR(opline->result.num); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_UNUSED_HANDLER()10923 ce = CACHED_PTR(opline->op2.num); in ZEND_NEW_SPEC_CONST_UNUSED_HANDLER()12357 ce = CACHED_PTR(opline->result.num); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CV_HANDLER()30461 ce = CACHED_PTR(opline->op2.num); in ZEND_NEW_SPEC_VAR_UNUSED_HANDLER()[all …]
3546 ZEND_ASSERT(op1_type != IS_CONST || CACHED_PTR(cache_slot) == NULL); in zend_fetch_static_property_address_ex()3548 if (EXPECTED((ce = CACHED_PTR(cache_slot)) == NULL)) { in zend_fetch_static_property_address_ex()3568 if (EXPECTED(op1_type == IS_CONST) && EXPECTED(CACHED_PTR(cache_slot) == ce)) { in zend_fetch_static_property_address_ex()3569 result = CACHED_PTR(cache_slot + sizeof(void *)); in zend_fetch_static_property_address_ex()3570 *prop_info = CACHED_PTR(cache_slot + sizeof(void *) * 2); in zend_fetch_static_property_address_ex()3622 && EXPECTED(CACHED_PTR(cache_slot + sizeof(void *)) != NULL)) { in zend_fetch_static_property_address()3623 result = CACHED_PTR(cache_slot + sizeof(void *)); in zend_fetch_static_property_address()3624 property_info = CACHED_PTR(cache_slot + sizeof(void *) * 2); in zend_fetch_static_property_address()
451 #define CACHED_PTR(num) \ macro
637 if (!(ce = CACHED_PTR(cur->extended_value & ~ZEND_LAST_CATCH))) { in phpdbg_check_caught_ex()
200 ce = CACHED_PTR(opline->result.num); in zend_jit_find_class_helper()220 EXPECTED((fbc = CACHED_PTR(opline->result.num + sizeof(void*))) != NULL)) { in zend_jit_find_static_method_helper()223 EXPECTED(CACHED_PTR(opline->result.num) == ce)) { in zend_jit_find_static_method_helper()224 fbc = CACHED_PTR(opline->result.num + sizeof(void*)); in zend_jit_find_static_method_helper()3312 const zend_property_info *property_info = CACHED_PTR(cache_slot + sizeof(void *) * 2); in zend_jit_uninit_static_prop()
Completed in 213 milliseconds