Home
last modified time | relevance | path

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

/PHP-5.4/Zend/
H A Dzend_vm_def.h1026 if (CACHED_PTR(opline->op2.literal->cache_slot)) {
1027 ce = CACHED_PTR(opline->op2.literal->cache_slot);
2230 if (CACHED_PTR(opline->op1.literal->cache_slot)) {
2231 ce = CACHED_PTR(opline->op1.literal->cache_slot);
2255 CACHED_PTR(opline->op2.literal->cache_slot)) {
2480 if (CACHED_PTR(opline->op2.literal->cache_slot)) {
2809 if (CACHED_PTR(opline->op1.literal->cache_slot)) {
2978 if (CACHED_PTR(opline->op1.literal->cache_slot)) {
3469 c = CACHED_PTR(opline->op2.literal->cache_slot);
4935 if (CACHED_PTR(opline->op2.literal->cache_slot)) {
[all …]
H A Dzend_vm_execute.h1002 if (CACHED_PTR(opline->op2.literal->cache_slot)) { in ZEND_ADD_TRAIT_SPEC_HANDLER()
1201 if (CACHED_PTR(opline->op2.literal->cache_slot)) { in ZEND_INIT_FCALL_BY_NAME_SPEC_CONST_HANDLER()
1336 if (CACHED_PTR(opline->op2.literal->cache_slot)) { in ZEND_INIT_NS_FCALL_BY_NAME_SPEC_CONST_HANDLER()
1444 if (CACHED_PTR(opline->op2.literal->cache_slot)) { in ZEND_ADD_INTERFACE_SPEC_CONST_HANDLER()
1507 if (CACHED_PTR(opline->op2.literal->cache_slot)) { in ZEND_INIT_FCALL_BY_NAME_SPEC_TMP_HANDLER()
1677 if (CACHED_PTR(opline->op2.literal->cache_slot)) { in ZEND_INIT_FCALL_BY_NAME_SPEC_VAR_HANDLER()
1880 if (CACHED_PTR(opline->op2.literal->cache_slot)) { in ZEND_INIT_FCALL_BY_NAME_SPEC_CV_HANDLER()
2223 if (CACHED_PTR(opline->op1.literal->cache_slot)) { in ZEND_DO_FCALL_SPEC_CONST_HANDLER()
3454 CACHED_PTR(opline->op2.literal->cache_slot)) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER()
3563 c = CACHED_PTR(opline->op2.literal->cache_slot); in ZEND_FETCH_CONSTANT_SPEC_CONST_CONST_HANDLER()
[all …]
H A Dzend_execute.h434 #define CACHED_PTR(num) \ macro

Completed in 124 milliseconds