Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_vm_def.h1034 if (CACHED_PTR(opline->op2.literal->cache_slot)) {
1035 ce = CACHED_PTR(opline->op2.literal->cache_slot);
2514 if (CACHED_PTR(opline->op1.literal->cache_slot)) {
2515 ce = CACHED_PTR(opline->op1.literal->cache_slot);
2539 CACHED_PTR(opline->op2.literal->cache_slot)) {
2780 if (CACHED_PTR(opline->op2.literal->cache_slot)) {
2814 if (CACHED_PTR(opline->op1.literal->cache_slot)) {
3000 if (CACHED_PTR(opline->op1.literal->cache_slot)) {
3497 c = CACHED_PTR(opline->op2.literal->cache_slot);
4941 if (CACHED_PTR(opline->op2.literal->cache_slot)) {
[all …]
H A Dzend_vm_execute.h946 if (CACHED_PTR(opline->op2.literal->cache_slot)) { in ZEND_ADD_TRAIT_SPEC_HANDLER()
1231 if (CACHED_PTR(opline->op2.literal->cache_slot)) { in ZEND_INIT_FCALL_BY_NAME_SPEC_CONST_HANDLER()
1377 if (CACHED_PTR(opline->op2.literal->cache_slot)) { in ZEND_INIT_NS_FCALL_BY_NAME_SPEC_CONST_HANDLER()
1488 if (CACHED_PTR(opline->op2.literal->cache_slot)) { in ZEND_ADD_INTERFACE_SPEC_CONST_HANDLER()
1556 if (CACHED_PTR(opline->op2.literal->cache_slot)) { in ZEND_INIT_FCALL_BY_NAME_SPEC_TMP_HANDLER()
1743 if (CACHED_PTR(opline->op2.literal->cache_slot)) { in ZEND_INIT_FCALL_BY_NAME_SPEC_VAR_HANDLER()
1968 if (CACHED_PTR(opline->op2.literal->cache_slot)) { in ZEND_INIT_FCALL_BY_NAME_SPEC_CV_HANDLER()
2322 if (CACHED_PTR(opline->op1.literal->cache_slot)) { in ZEND_DO_FCALL_SPEC_CONST_HANDLER()
3568 CACHED_PTR(opline->op2.literal->cache_slot)) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER()
3682 c = CACHED_PTR(opline->op2.literal->cache_slot); in ZEND_FETCH_CONSTANT_SPEC_CONST_CONST_HANDLER()
[all …]
H A Dzend_execute.h392 #define CACHED_PTR(num) \ macro

Completed in 115 milliseconds