Home
last modified time | relevance | path

Searched refs:ASM_INTERPRETER_FRAME (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Dframe_test.cpp74 frame[8] = static_cast<JSTaggedType>(FrameType::ASM_INTERPRETER_FRAME); // 8: base.type in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dframe_handler.cpp64 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()
Dframe_handler.h109 return (type == FrameType::ASM_INTERPRETER_FRAME) || in IsAsmInterpretedFrame()
115 return (type == FrameType::ASM_INTERPRETER_FRAME) || in IsAsmInterpretedFrame()
/arkcompiler/ets_runtime/ecmascript/
Dframes.cpp65 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()
Dframes.h123 ASM_INTERPRETER_FRAME, enumerator
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp310 case FrameType::ASM_INTERPRETER_FRAME: in GetTypeOffsetAndPrevOffsetFromFrameType()
449 if (static_cast<FrameType>(frameType) != FrameType::ASM_INTERPRETER_FRAME) { in GetArkJSHeapCrashInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.h175 env->GetCircuit()->SetFrameType(FrameType::ASM_INTERPRETER_FRAME); \
Dcircuit_builder.h860 return circuit_->GetFrameType() == FrameType::ASM_INTERPRETER_FRAME; in IsAsmInterp()
Dllvm_ir_builder.cpp543 return circuit_->GetFrameType() == FrameType::ASM_INTERPRETER_FRAME; in IsInterpreted()
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
Ddeoptimizer.cpp499 statePtr->base.type = FrameType::ASM_INTERPRETER_FRAME; in ConstructAsmInterpretFrame()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Dasm_interpreter_call.cpp192 __ 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()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Dasm_interpreter_call.cpp1105 __ 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()