Home
last modified time | relevance | path

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

/PHP-5.6/Zend/
H A Dzend_vm_def.h1047 if (CACHED_PTR(opline->op2.literal->cache_slot)) {
1048 ce = CACHED_PTR(opline->op2.literal->cache_slot);
2536 if (CACHED_PTR(opline->op1.literal->cache_slot)) {
2537 ce = CACHED_PTR(opline->op1.literal->cache_slot);
2561 CACHED_PTR(opline->op2.literal->cache_slot)) {
2816 if (CACHED_PTR(opline->op2.literal->cache_slot)) {
2852 if (CACHED_PTR(opline->op1.literal->cache_slot)) {
3044 if (CACHED_PTR(opline->op1.literal->cache_slot)) {
3728 c = CACHED_PTR(opline->op2.literal->cache_slot);
5174 if (CACHED_PTR(opline->op2.literal->cache_slot)) {
[all …]
H A Dzend_vm_execute.h1134 if (CACHED_PTR(opline->op2.literal->cache_slot)) { in ZEND_ADD_TRAIT_SPEC_HANDLER()
1443 if (CACHED_PTR(opline->op2.literal->cache_slot)) { in ZEND_INIT_FCALL_BY_NAME_SPEC_CONST_HANDLER()
1599 if (CACHED_PTR(opline->op2.literal->cache_slot)) { in ZEND_INIT_NS_FCALL_BY_NAME_SPEC_CONST_HANDLER()
1718 if (CACHED_PTR(opline->op2.literal->cache_slot)) { in ZEND_ADD_INTERFACE_SPEC_CONST_HANDLER()
1786 if (CACHED_PTR(opline->op2.literal->cache_slot)) { in ZEND_INIT_FCALL_BY_NAME_SPEC_TMP_HANDLER()
1985 if (CACHED_PTR(opline->op2.literal->cache_slot)) { in ZEND_INIT_FCALL_BY_NAME_SPEC_VAR_HANDLER()
2222 if (CACHED_PTR(opline->op2.literal->cache_slot)) { in ZEND_INIT_FCALL_BY_NAME_SPEC_CV_HANDLER()
2586 if (CACHED_PTR(opline->op1.literal->cache_slot)) { in ZEND_DO_FCALL_SPEC_CONST_HANDLER()
3855 CACHED_PTR(opline->op2.literal->cache_slot)) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER()
3968 c = CACHED_PTR(opline->op2.literal->cache_slot); in ZEND_FETCH_CONSTANT_SPEC_CONST_CONST_HANDLER()
[all …]
H A Dzend_execute.h404 #define CACHED_PTR(num) \ macro

Completed in 183 milliseconds