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.c273 zval *fast_call = in zend_generator_dtor_storage() local
280 Z_OBJ_P(fast_call) = NULL; in zend_generator_dtor_storage()
281 Z_OPLINE_NUM_P(fast_call) = (uint32_t)-1; in zend_generator_dtor_storage()
300 zval *fast_call = in zend_generator_dtor_storage() local
303 if (Z_OPLINE_NUM_P(fast_call) != (uint32_t) -1) { in zend_generator_dtor_storage()
304 zend_op *retval_op = &ex->func->op_array.opcodes[Z_OPLINE_NUM_P(fast_call)]; in zend_generator_dtor_storage()
310 if (Z_OBJ_P(fast_call)) { in zend_generator_dtor_storage()
311 OBJ_RELEASE(Z_OBJ_P(fast_call)); in zend_generator_dtor_storage()
H A Dzend_vm_def.h7988 Z_OBJ_P(fast_call) = EG(exception); in ZEND_VM_HELPER()
8005 if (Z_OBJ_P(fast_call)) { in ZEND_VM_HELPER()
8009 OBJ_RELEASE(Z_OBJ_P(fast_call)); in ZEND_VM_HELPER()
8466 zval *fast_call = EX_VAR(opline->op1.var); variable
8478 if (Z_OBJ_P(fast_call) != NULL) {
8480 OBJ_RELEASE(Z_OBJ_P(fast_call));
8481 Z_OBJ_P(fast_call) = NULL;
8492 Z_OBJ_P(fast_call) = NULL;
8501 zval *fast_call = EX_VAR(opline->op1.var); variable
8511 EG(exception) = Z_OBJ_P(fast_call);
[all …]
H A Dzend_compile.c6310 zend_loop_var fast_call; in zend_compile_try() local
6317 fast_call.opcode = ZEND_FAST_CALL; in zend_compile_try()
6318 fast_call.var_type = IS_TMP_VAR; in zend_compile_try()
6319 fast_call.var_num = CG(context).fast_call_var; in zend_compile_try()
6320 fast_call.try_catch_offset = try_catch_offset; in zend_compile_try()
6321 zend_stack_push(&CG(loop_var_stack), &fast_call); in zend_compile_try()
H A Dzend_vm_execute.h3169 Z_OBJ_P(fast_call) = EG(exception); in zend_dispatch_try_catch_finally_helper_SPEC()
3186 if (Z_OBJ_P(fast_call)) { in zend_dispatch_try_catch_finally_helper_SPEC()
3190 OBJ_RELEASE(Z_OBJ_P(fast_call)); in zend_dispatch_try_catch_finally_helper_SPEC()
3342 zval *fast_call = EX_VAR(opline->op1.var); in ZEND_DISCARD_EXCEPTION_SPEC_HANDLER() local
3354 if (Z_OBJ_P(fast_call) != NULL) { in ZEND_DISCARD_EXCEPTION_SPEC_HANDLER()
3356 OBJ_RELEASE(Z_OBJ_P(fast_call)); in ZEND_DISCARD_EXCEPTION_SPEC_HANDLER()
3357 Z_OBJ_P(fast_call) = NULL; in ZEND_DISCARD_EXCEPTION_SPEC_HANDLER()
3368 Z_OBJ_P(fast_call) = NULL; in ZEND_FAST_CALL_SPEC_HANDLER()
3377 zval *fast_call = EX_VAR(opline->op1.var); in ZEND_FAST_RET_SPEC_HANDLER() local
3387 EG(exception) = Z_OBJ_P(fast_call); in ZEND_FAST_RET_SPEC_HANDLER()
[all …]

Completed in 220 milliseconds