Home
last modified time | relevance | path

Searched refs:fast_call (Results 1 – 4 of 4) sorted by relevance

/php-src/Zend/
H A Dzend_generators.c308 zval *fast_call = in zend_generator_dtor_storage() local
315 Z_OBJ_P(fast_call) = NULL; in zend_generator_dtor_storage()
316 Z_OPLINE_NUM_P(fast_call) = (uint32_t)-1; in zend_generator_dtor_storage()
336 zval *fast_call = in zend_generator_dtor_storage() local
339 if (Z_OPLINE_NUM_P(fast_call) != (uint32_t) -1) { in zend_generator_dtor_storage()
340 zend_op *retval_op = &ex->func->op_array.opcodes[Z_OPLINE_NUM_P(fast_call)]; in zend_generator_dtor_storage()
346 if (Z_OBJ_P(fast_call)) { in zend_generator_dtor_storage()
347 OBJ_RELEASE(Z_OBJ_P(fast_call)); in zend_generator_dtor_storage()
H A Dzend_vm_def.h8053 Z_OBJ_P(fast_call) = EG(exception); in ZEND_VM_HELPER()
8070 if (Z_OBJ_P(fast_call)) { in ZEND_VM_HELPER()
8074 OBJ_RELEASE(Z_OBJ_P(fast_call)); in ZEND_VM_HELPER()
8523 zval *fast_call = EX_VAR(opline->op1.var); variable
8535 if (Z_OBJ_P(fast_call) != NULL) {
8537 OBJ_RELEASE(Z_OBJ_P(fast_call));
8538 Z_OBJ_P(fast_call) = NULL;
8549 Z_OBJ_P(fast_call) = NULL;
8558 zval *fast_call = EX_VAR(opline->op1.var); variable
8568 EG(exception) = Z_OBJ_P(fast_call);
[all …]
H A Dzend_compile.c6637 zend_loop_var fast_call; in zend_compile_try() local
6644 fast_call.opcode = ZEND_FAST_CALL; in zend_compile_try()
6645 fast_call.var_type = IS_TMP_VAR; in zend_compile_try()
6646 fast_call.var_num = CG(context).fast_call_var; in zend_compile_try()
6647 fast_call.try_catch_offset = try_catch_offset; in zend_compile_try()
6648 zend_stack_push(&CG(loop_var_stack), &fast_call); in zend_compile_try()
H A Dzend_vm_execute.h3200 Z_OBJ_P(fast_call) = EG(exception); in zend_dispatch_try_catch_finally_helper_SPEC()
3217 if (Z_OBJ_P(fast_call)) { in zend_dispatch_try_catch_finally_helper_SPEC()
3221 OBJ_RELEASE(Z_OBJ_P(fast_call)); in zend_dispatch_try_catch_finally_helper_SPEC()
3373 zval *fast_call = EX_VAR(opline->op1.var); in ZEND_DISCARD_EXCEPTION_SPEC_HANDLER() local
3385 if (Z_OBJ_P(fast_call) != NULL) { in ZEND_DISCARD_EXCEPTION_SPEC_HANDLER()
3387 OBJ_RELEASE(Z_OBJ_P(fast_call)); in ZEND_DISCARD_EXCEPTION_SPEC_HANDLER()
3388 Z_OBJ_P(fast_call) = NULL; in ZEND_DISCARD_EXCEPTION_SPEC_HANDLER()
3399 Z_OBJ_P(fast_call) = NULL; in ZEND_FAST_CALL_SPEC_HANDLER()
3408 zval *fast_call = EX_VAR(opline->op1.var); in ZEND_FAST_RET_SPEC_HANDLER() local
3418 EG(exception) = Z_OBJ_P(fast_call); in ZEND_FAST_RET_SPEC_HANDLER()
[all …]

Completed in 233 milliseconds