Lines Matching refs:fast_call
8051 zval *fast_call = EX_VAR(EX(func)->op_array.opcodes[try_catch->finally_end].op1.var); in ZEND_VM_HELPER() local
8053 Z_OBJ_P(fast_call) = EG(exception); in ZEND_VM_HELPER()
8055 Z_OPLINE_NUM_P(fast_call) = (uint32_t)-1; in ZEND_VM_HELPER()
8059 zval *fast_call = EX_VAR(EX(func)->op_array.opcodes[try_catch->finally_end].op1.var); in ZEND_VM_HELPER() local
8062 if (Z_OPLINE_NUM_P(fast_call) != (uint32_t)-1 in ZEND_VM_HELPER()
8063 && (EX(func)->op_array.opcodes[Z_OPLINE_NUM_P(fast_call)].op2_type & (IS_TMP_VAR | IS_VAR))) { in ZEND_VM_HELPER()
8064 zval *return_value = EX_VAR(EX(func)->op_array.opcodes[Z_OPLINE_NUM_P(fast_call)].op2.var); 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()
8076 zend_exception_set_previous(ex, Z_OBJ_P(fast_call)); in ZEND_VM_HELPER()
8079 ex = EG(exception) = Z_OBJ_P(fast_call); in ZEND_VM_HELPER()
8523 zval *fast_call = EX_VAR(opline->op1.var); variable
8527 if (Z_OPLINE_NUM_P(fast_call) != (uint32_t)-1
8528 && (EX(func)->op_array.opcodes[Z_OPLINE_NUM_P(fast_call)].op2_type & (IS_TMP_VAR | IS_VAR))) {
8529 zval *return_value = EX_VAR(EX(func)->op_array.opcodes[Z_OPLINE_NUM_P(fast_call)].op2.var);
8535 if (Z_OBJ_P(fast_call) != NULL) {
8537 OBJ_RELEASE(Z_OBJ_P(fast_call));
8538 Z_OBJ_P(fast_call) = NULL;
8547 zval *fast_call = EX_VAR(opline->result.var); variable
8549 Z_OBJ_P(fast_call) = NULL;
8551 Z_OPLINE_NUM_P(fast_call) = opline - EX(func)->op_array.opcodes;
8558 zval *fast_call = EX_VAR(opline->op1.var); variable
8561 if (Z_OPLINE_NUM_P(fast_call) != (uint32_t)-1) {
8562 const zend_op *fast_ret = EX(func)->op_array.opcodes + Z_OPLINE_NUM_P(fast_call);
8568 EG(exception) = Z_OBJ_P(fast_call);
8569 Z_OBJ_P(fast_call) = NULL;