Home
last modified time | relevance | path

Searched refs:InterpretedFrameBase (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dframes.h631 struct InterpretedFrameBase : public base::AlignedStruct<base::AlignedPointer::Size(), struct
646 static InterpretedFrameBase* GetFrameFromSp(const JSTaggedType *sp) in GetFrameFromSp() argument
648 return reinterpret_cast<InterpretedFrameBase *>(const_cast<JSTaggedType *>(sp)) - 1; in GetFrameFromSp()
663 return isArch32 ? InterpretedFrameBase::SizeArch32 : InterpretedFrameBase::SizeArch64; in GetSize() argument
669 STATIC_ASSERT_EQ_ARCH(sizeof(InterpretedFrameBase),
670 InterpretedFrameBase::SizeArch32,
671 InterpretedFrameBase::SizeArch64);
717 InterpretedFrameBase> {
760 InterpretedFrameBase::GetTypeOffset(isArch32);
766 InterpretedFrameBase::GetPrevOffset(isArch32);
[all …]
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp433 … typeOffset = MEMBER_OFFSET(AsmInterpretedFrame, base) + MEMBER_OFFSET(InterpretedFrameBase, type); in GetArkJSHeapCrashInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub-inl.h334 InterpretedFrameBase::GetTypeOffset(GetEnvironment()->IsArch32Bit()))); in SetFrameState()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Doptimized_call.cpp1069 __ Movq(r8, Operand(r10, InterpretedFrameBase::GetPrevOffset(false))); in DeoptEnterAsmInterp()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_call.cpp1064 __ Str(tmpReg, MemoryOperand(Register(X9), InterpretedFrameBase::GetPrevOffset(false))); in DeoptEnterAsmInterp()