Home
last modified time | relevance | path

Searched refs:cache_slot (Results 1 – 7 of 7) sorted by relevance

/PHP-5.5/ext/opcache/Optimizer/
H A Dzend_optimizer.c72 op_array->literals[i].cache_slot = -1; in zend_optimizer_add_literal()
131 op_array->literals[opline->op1.constant].cache_slot = op_array->last_cache_slot++; in update_op1_const()
140 op_array->literals[opline->op1.constant].cache_slot = op_array->last_cache_slot++; in update_op1_const()
179 op_array->literals[opline->op2.constant].cache_slot = op_array->last_cache_slot++; in update_op2_const()
204 op_array->literals[opline->op2.constant].cache_slot = op_array->last_cache_slot; in update_op2_const()
219 op_array->literals[opline->op2.constant].cache_slot = op_array->last_cache_slot; in update_op2_const()
H A Dpass1_5.c260 op_array->literals[(opline + 1)->op1.constant].cache_slot = op_array->last_cache_slot++;
/PHP-5.5/Zend/
H A Dzend_vm_def.h1034 if (CACHED_PTR(opline->op2.literal->cache_slot)) {
1046 CACHE_PTR(opline->op2.literal->cache_slot, ce);
2524 CACHE_PTR(opline->op1.literal->cache_slot, ce);
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);
3515 CACHE_PTR(opline->op2.literal->cache_slot, c);
3544 CACHE_PTR(opline->op1.literal->cache_slot, ce);
[all …]
H A Dzend_vm_execute.h946 if (CACHED_PTR(opline->op2.literal->cache_slot)) { in ZEND_ADD_TRAIT_SPEC_HANDLER()
960 CACHE_PTR(opline->op2.literal->cache_slot, trait); in ZEND_ADD_TRAIT_SPEC_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()
2322 if (CACHED_PTR(opline->op1.literal->cache_slot)) { in ZEND_DO_FCALL_SPEC_CONST_HANDLER()
3553 CACHE_PTR(opline->op1.literal->cache_slot, ce); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER()
3700 CACHE_PTR(opline->op2.literal->cache_slot, c); in ZEND_FETCH_CONSTANT_SPEC_CONST_CONST_HANDLER()
4545 CACHE_PTR(opline->op1.literal->cache_slot, ce); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_TMP_HANDLER()
5402 CACHE_PTR(opline->op1.literal->cache_slot, ce); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_VAR_HANDLER()
6128 CACHE_PTR(opline->op1.literal->cache_slot, ce); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_UNUSED_HANDLER()
[all …]
H A Dzend_object_handlers.c277 if (key && (property_info = CACHED_POLYMORPHIC_PTR(key->cache_slot, ce)) != NULL) { in zend_get_property_info_quick()
310 CACHE_POLYMORPHIC_PTR(key->cache_slot, ce, property_info); in zend_get_property_info_quick()
326 CACHE_POLYMORPHIC_PTR(key->cache_slot, ce, scope_property_info); in zend_get_property_info_quick()
339 CACHE_POLYMORPHIC_PTR(key->cache_slot, ce, property_info); in zend_get_property_info_quick()
1248 (property_info = CACHED_POLYMORPHIC_PTR(key->cache_slot, ce)) == NULL) { in zend_std_get_static_property()
1283 CACHE_POLYMORPHIC_PTR(key->cache_slot, ce, property_info); in zend_std_get_static_property()
H A Dzend_compile.c72 CG(active_op_array)->literals[literal].cache_slot = CG(active_op_array)->last_cache_slot++; \
82 CG(active_op_array)->literals[literal].cache_slot = CG(active_op_array)->last_cache_slot; \
92 if (CG(active_op_array)->literals[literal].cache_slot != -1 && \
93 CG(active_op_array)->literals[literal].cache_slot == \
95 CG(active_op_array)->literals[literal].cache_slot = -1; \
345 op_array->literals[literal_position].cache_slot = -1; in zend_insert_literal()
388 op_array->literals[op_array->last_literal - 1].cache_slot == -1) { in zend_add_func_name_literal()
415 op_array->literals[op_array->last_literal - 1].cache_slot == -1) { in zend_add_ns_func_name_literal()
448 op_array->literals[op_array->last_literal - 1].cache_slot == -1) { in zend_add_class_name_literal()
482 op_array->literals[op_array->last_literal - 1].cache_slot == -1) { in zend_add_const_name_literal()
H A Dzend_compile.h71 zend_uint cache_slot; member

Completed in 140 milliseconds