Searched refs:ASM_INTERPRETER_FRAME (Results 1 – 12 of 12) sorted by relevance
74 frame[8] = static_cast<JSTaggedType>(FrameType::ASM_INTERPRETER_FRAME); // 8: base.type in HWTEST_F_L0()
64 if (t == FrameType::ASM_INTERPRETER_FRAME) { in PrevJSFrame()172 case FrameType::ASM_INTERPRETER_FRAME: in GetFunction()281 case FrameType::ASM_INTERPRETER_FRAME: in GetInterpretedFrameEnd()386 case FrameType::ASM_INTERPRETER_FRAME: in IterateFrameChain()
109 return (type == FrameType::ASM_INTERPRETER_FRAME) || in IsAsmInterpretedFrame()115 return (type == FrameType::ASM_INTERPRETER_FRAME) || in IsAsmInterpretedFrame()
65 case FrameType::ASM_INTERPRETER_FRAME: in GetFunction()235 case FrameType::ASM_INTERPRETER_FRAME : { in Advance()380 case FrameType::ASM_INTERPRETER_FRAME: in GetPrevFrameCallSiteSp()401 case FrameType::ASM_INTERPRETER_FRAME: in GetBytecodeOffset()
123 ASM_INTERPRETER_FRAME, enumerator
310 case FrameType::ASM_INTERPRETER_FRAME: in GetTypeOffsetAndPrevOffsetFromFrameType()449 if (static_cast<FrameType>(frameType) != FrameType::ASM_INTERPRETER_FRAME) { in GetArkJSHeapCrashInfo()
175 env->GetCircuit()->SetFrameType(FrameType::ASM_INTERPRETER_FRAME); \
860 return circuit_->GetFrameType() == FrameType::ASM_INTERPRETER_FRAME; in IsAsmInterp()
543 return circuit_->GetFrameType() == FrameType::ASM_INTERPRETER_FRAME; in IsInterpreted()
499 statePtr->base.type = FrameType::ASM_INTERPRETER_FRAME; in ConstructAsmInterpretFrame()
192 __ Pushq(static_cast<int32_t>(FrameType::ASM_INTERPRETER_FRAME)); // frame type in PushFrameState()209 __ Pushq(static_cast<int32_t>(FrameType::ASM_INTERPRETER_FRAME)); // frame type in PushGeneratorFrameState()
1105 __ Mov(op, Immediate(static_cast<int32_t>(FrameType::ASM_INTERPRETER_FRAME))); in PushFrameState()1199 __ Mov(operatorRegister, Immediate(static_cast<int64_t>(FrameType::ASM_INTERPRETER_FRAME))); in PushGeneratorFrameState()