Lines Matching refs:fast_call

8043 			zval *fast_call = EX_VAR(EX(func)->op_array.opcodes[try_catch->finally_end].op1.var);  in ZEND_VM_HELPER()  local
8045 Z_OBJ_P(fast_call) = EG(exception); in ZEND_VM_HELPER()
8047 Z_OPLINE_NUM_P(fast_call) = (uint32_t)-1; in ZEND_VM_HELPER()
8051 zval *fast_call = EX_VAR(EX(func)->op_array.opcodes[try_catch->finally_end].op1.var); in ZEND_VM_HELPER() local
8054 if (Z_OPLINE_NUM_P(fast_call) != (uint32_t)-1 in ZEND_VM_HELPER()
8055 && (EX(func)->op_array.opcodes[Z_OPLINE_NUM_P(fast_call)].op2_type & (IS_TMP_VAR | IS_VAR))) { in ZEND_VM_HELPER()
8056 zval *return_value = EX_VAR(EX(func)->op_array.opcodes[Z_OPLINE_NUM_P(fast_call)].op2.var); in ZEND_VM_HELPER()
8062 if (Z_OBJ_P(fast_call)) { in ZEND_VM_HELPER()
8066 OBJ_RELEASE(Z_OBJ_P(fast_call)); in ZEND_VM_HELPER()
8068 zend_exception_set_previous(ex, Z_OBJ_P(fast_call)); in ZEND_VM_HELPER()
8071 ex = EG(exception) = Z_OBJ_P(fast_call); in ZEND_VM_HELPER()
8515 zval *fast_call = EX_VAR(opline->op1.var); variable
8519 if (Z_OPLINE_NUM_P(fast_call) != (uint32_t)-1
8520 && (EX(func)->op_array.opcodes[Z_OPLINE_NUM_P(fast_call)].op2_type & (IS_TMP_VAR | IS_VAR))) {
8521 zval *return_value = EX_VAR(EX(func)->op_array.opcodes[Z_OPLINE_NUM_P(fast_call)].op2.var);
8527 if (Z_OBJ_P(fast_call) != NULL) {
8529 OBJ_RELEASE(Z_OBJ_P(fast_call));
8530 Z_OBJ_P(fast_call) = NULL;
8539 zval *fast_call = EX_VAR(opline->result.var); variable
8541 Z_OBJ_P(fast_call) = NULL;
8543 Z_OPLINE_NUM_P(fast_call) = opline - EX(func)->op_array.opcodes;
8550 zval *fast_call = EX_VAR(opline->op1.var); variable
8553 if (Z_OPLINE_NUM_P(fast_call) != (uint32_t)-1) {
8554 const zend_op *fast_ret = EX(func)->op_array.opcodes + Z_OPLINE_NUM_P(fast_call);
8560 EG(exception) = Z_OBJ_P(fast_call);
8561 Z_OBJ_P(fast_call) = NULL;