Lines Matching refs:ce

2119 	zend_class_entry *ce;  in zend_jit()  local
2601 ce = NULL; in zend_jit()
2605 ce = op_array->scope; in zend_jit()
2606 ce_is_instanceof = (ce->ce_flags & ZEND_ACC_FINAL) != 0; in zend_jit()
2618 if (op1_ssa->ce && !op1_ssa->ce->create_object) { in zend_jit()
2619 ce = op1_ssa->ce; in zend_jit()
2627 0, ce, ce_is_instanceof, 0, NULL, in zend_jit()
2648 ce = NULL; in zend_jit()
2652 ce = op_array->scope; in zend_jit()
2653 ce_is_instanceof = (ce->ce_flags & ZEND_ACC_FINAL) != 0; in zend_jit()
2665 if (op1_ssa->ce && !op1_ssa->ce->create_object) { in zend_jit()
2666 ce = op1_ssa->ce; in zend_jit()
2674 0, ce, ce_is_instanceof, 0, NULL, in zend_jit()
2688 ce = NULL; in zend_jit()
2692 ce = op_array->scope; in zend_jit()
2693 ce_is_instanceof = (ce->ce_flags & ZEND_ACC_FINAL) != 0; in zend_jit()
2705 if (op1_ssa->ce && !op1_ssa->ce->create_object) { in zend_jit()
2706 ce = op1_ssa->ce; in zend_jit()
2714 0, ce, ce_is_instanceof, 0, NULL, in zend_jit()
3194 ce = NULL; in zend_jit()
3199 ce = op_array->scope; in zend_jit()
3200 ce_is_instanceof = (ce->ce_flags & ZEND_ACC_FINAL) != 0; in zend_jit()
3211 if (op1_ssa->ce && !op1_ssa->ce->create_object) { in zend_jit()
3212 ce = op1_ssa->ce; in zend_jit()
3219 op1_info, op1_addr, 0, ce, ce_is_instanceof, 0, 0, NULL, in zend_jit()
3333 ce = NULL; in zend_jit()
3338 ce = op_array->scope; in zend_jit()
3339 ce_is_instanceof = (ce->ce_flags & ZEND_ACC_FINAL) != 0; in zend_jit()
3350 if (op1_ssa->ce && !op1_ssa->ce->create_object) { in zend_jit()
3351 ce = op1_ssa->ce; in zend_jit()
3358 op1_info, op1_addr, ce, ce_is_instanceof, 0, NULL, in zend_jit()
3468 zend_class_entry *ce = NULL; in zend_jit() local
3473 if (res_ssa->ce && !res_ssa->is_instanceof) { in zend_jit()
3474 ce = res_ssa->ce; in zend_jit()
3482 ce = (zend_class_entry*)zend_hash_find_ptr(EG(class_table), Z_STR_P(lc)); in zend_jit()
3489 if (!ce || !(ce->ce_flags & ZEND_ACC_LINKED) || ce->constructor) { in zend_jit()
4001 zend_class_entry *ce; in zend_jit_script() local
4004 ZEND_HASH_FOREACH_PTR(&script->class_table, ce) { in zend_jit_script()
4005 ZEND_HASH_FOREACH_PTR(&ce->function_table, op_array) { in zend_jit_script()
4469 zend_class_entry *ce; in zend_jit_deactivate() local
4476 ZEND_HASH_REVERSE_FOREACH_PTR(EG(class_table), ce) { in zend_jit_deactivate()
4477 if (ce->type == ZEND_INTERNAL_CLASS) { in zend_jit_deactivate()
4480 zend_jit_check_funcs(&ce->function_table, 1); in zend_jit_deactivate()
4526 zend_class_entry *ce; in zend_jit_restart_preloaded_script() local
4535 ZEND_HASH_FOREACH_PTR(&script->script.class_table, ce) { in zend_jit_restart_preloaded_script()
4536 ZEND_HASH_FOREACH_PTR(&ce->function_table, op_array) { in zend_jit_restart_preloaded_script()