Home
last modified time | relevance | path

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

/PHP-5.6/ext/opcache/Optimizer/
H A Doptimize_func_calls.c57 …op_array->literals[fcall->op2.constant + 1].cache_slot = op_array->literals[fcall->op2.constant].c… in optimize_func_calls()
73 …op_array->literals[fcall->op2.constant + 1].cache_slot = op_array->literals[fcall->op2.constant].c… in optimize_func_calls()
H A Dzend_optimizer.c100 op_array->literals[i].cache_slot = -1; in zend_optimizer_add_literal()
159 op_array->literals[opline->op1.constant].cache_slot = op_array->last_cache_slot++; in update_op1_const()
168 op_array->literals[opline->op1.constant].cache_slot = op_array->last_cache_slot++; in update_op1_const()
207 op_array->literals[opline->op2.constant].cache_slot = op_array->last_cache_slot++; in update_op2_const()
232 op_array->literals[opline->op2.constant].cache_slot = op_array->last_cache_slot; in update_op2_const()
247 op_array->literals[opline->op2.constant].cache_slot = op_array->last_cache_slot; in update_op2_const()
H A Dcompact_literals.c413 op_array->literals[j].cache_slot = cache_slots; in optimizer_compact_literals()
/PHP-5.6/Zend/
H A Dzend_vm_def.h1047 if (CACHED_PTR(opline->op2.literal->cache_slot)) {
1059 CACHE_PTR(opline->op2.literal->cache_slot, ce);
2546 CACHE_PTR(opline->op1.literal->cache_slot, ce);
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);
3746 CACHE_PTR(opline->op2.literal->cache_slot, c);
3772 CACHE_PTR(opline->op1.literal->cache_slot, ce);
[all …]
H A Dzend_vm_execute.h1134 if (CACHED_PTR(opline->op2.literal->cache_slot)) { in ZEND_ADD_TRAIT_SPEC_HANDLER()
1148 CACHE_PTR(opline->op2.literal->cache_slot, trait); in ZEND_ADD_TRAIT_SPEC_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()
2586 if (CACHED_PTR(opline->op1.literal->cache_slot)) { in ZEND_DO_FCALL_SPEC_CONST_HANDLER()
3840 CACHE_PTR(opline->op1.literal->cache_slot, ce); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER()
3986 CACHE_PTR(opline->op2.literal->cache_slot, c); in ZEND_FETCH_CONSTANT_SPEC_CONST_CONST_HANDLER()
4845 CACHE_PTR(opline->op1.literal->cache_slot, ce); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_TMP_HANDLER()
5712 CACHE_PTR(opline->op1.literal->cache_slot, ce); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_VAR_HANDLER()
6450 CACHE_PTR(opline->op1.literal->cache_slot, ce); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_UNUSED_HANDLER()
[all …]
H A Dzend_object_handlers.c309 if (key && (property_info = CACHED_POLYMORPHIC_PTR(key->cache_slot, ce)) != NULL) { in zend_get_property_info_quick()
342 CACHE_POLYMORPHIC_PTR(key->cache_slot, ce, property_info); in zend_get_property_info_quick()
358 CACHE_POLYMORPHIC_PTR(key->cache_slot, ce, scope_property_info); in zend_get_property_info_quick()
371 CACHE_POLYMORPHIC_PTR(key->cache_slot, ce, property_info); in zend_get_property_info_quick()
1278 (property_info = CACHED_POLYMORPHIC_PTR(key->cache_slot, ce)) == NULL) { in zend_std_get_static_property()
1313 CACHE_POLYMORPHIC_PTR(key->cache_slot, ce, property_info); in zend_std_get_static_property()
H A Dzend_compile.c69 CG(active_op_array)->literals[literal].cache_slot = CG(active_op_array)->last_cache_slot++; \
79 CG(active_op_array)->literals[literal].cache_slot = CG(active_op_array)->last_cache_slot; \
89 if (CG(active_op_array)->literals[literal].cache_slot != -1 && \
90 CG(active_op_array)->literals[literal].cache_slot == \
92 CG(active_op_array)->literals[literal].cache_slot = -1; \
349 op_array->literals[literal_position].cache_slot = -1; in zend_insert_literal()
392 op_array->literals[op_array->last_literal - 1].cache_slot == -1) { in zend_add_func_name_literal()
419 op_array->literals[op_array->last_literal - 1].cache_slot == -1) { in zend_add_ns_func_name_literal()
456 op_array->literals[op_array->last_literal - 1].cache_slot == -1) { in zend_add_class_name_literal()
490 op_array->literals[op_array->last_literal - 1].cache_slot == -1) { in zend_add_const_name_literal()
H A Dzend_compile.h72 zend_uint cache_slot; member

Completed in 166 milliseconds