Lines Matching refs:fast_call
8061 zval *fast_call = EX_VAR(EX(func)->op_array.opcodes[try_catch->finally_end].op1.var); in ZEND_VM_HELPER() local
8063 Z_OBJ_P(fast_call) = EG(exception); in ZEND_VM_HELPER()
8065 Z_OPLINE_NUM_P(fast_call) = (uint32_t)-1; in ZEND_VM_HELPER()
8069 zval *fast_call = EX_VAR(EX(func)->op_array.opcodes[try_catch->finally_end].op1.var); in ZEND_VM_HELPER() local
8072 if (Z_OPLINE_NUM_P(fast_call) != (uint32_t)-1 in ZEND_VM_HELPER()
8073 && (EX(func)->op_array.opcodes[Z_OPLINE_NUM_P(fast_call)].op2_type & (IS_TMP_VAR | IS_VAR))) { in ZEND_VM_HELPER()
8074 zval *return_value = EX_VAR(EX(func)->op_array.opcodes[Z_OPLINE_NUM_P(fast_call)].op2.var); in ZEND_VM_HELPER()
8080 if (Z_OBJ_P(fast_call)) { in ZEND_VM_HELPER()
8084 OBJ_RELEASE(Z_OBJ_P(fast_call)); in ZEND_VM_HELPER()
8086 zend_exception_set_previous(ex, Z_OBJ_P(fast_call)); in ZEND_VM_HELPER()
8089 ex = EG(exception) = Z_OBJ_P(fast_call); in ZEND_VM_HELPER()
8533 zval *fast_call = EX_VAR(opline->op1.var); variable
8537 if (Z_OPLINE_NUM_P(fast_call) != (uint32_t)-1
8538 && (EX(func)->op_array.opcodes[Z_OPLINE_NUM_P(fast_call)].op2_type & (IS_TMP_VAR | IS_VAR))) {
8539 zval *return_value = EX_VAR(EX(func)->op_array.opcodes[Z_OPLINE_NUM_P(fast_call)].op2.var);
8545 if (Z_OBJ_P(fast_call) != NULL) {
8547 OBJ_RELEASE(Z_OBJ_P(fast_call));
8548 Z_OBJ_P(fast_call) = NULL;
8557 zval *fast_call = EX_VAR(opline->result.var); variable
8559 Z_OBJ_P(fast_call) = NULL;
8561 Z_OPLINE_NUM_P(fast_call) = opline - EX(func)->op_array.opcodes;
8568 zval *fast_call = EX_VAR(opline->op1.var); variable
8571 if (Z_OPLINE_NUM_P(fast_call) != (uint32_t)-1) {
8572 const zend_op *fast_ret = EX(func)->op_array.opcodes + Z_OPLINE_NUM_P(fast_call);
8578 EG(exception) = Z_OBJ_P(fast_call);
8579 Z_OBJ_P(fast_call) = NULL;