Searched refs:InterpretedFrameBase (Results 1 – 5 of 5) sorted by relevance
631 struct InterpretedFrameBase : public base::AlignedStruct<base::AlignedPointer::Size(), struct646 static InterpretedFrameBase* GetFrameFromSp(const JSTaggedType *sp) in GetFrameFromSp() argument648 return reinterpret_cast<InterpretedFrameBase *>(const_cast<JSTaggedType *>(sp)) - 1; in GetFrameFromSp()663 return isArch32 ? InterpretedFrameBase::SizeArch32 : InterpretedFrameBase::SizeArch64; in GetSize() argument669 STATIC_ASSERT_EQ_ARCH(sizeof(InterpretedFrameBase),670 InterpretedFrameBase::SizeArch32,671 InterpretedFrameBase::SizeArch64);717 InterpretedFrameBase> {760 InterpretedFrameBase::GetTypeOffset(isArch32);766 InterpretedFrameBase::GetPrevOffset(isArch32);[all …]
433 … typeOffset = MEMBER_OFFSET(AsmInterpretedFrame, base) + MEMBER_OFFSET(InterpretedFrameBase, type); in GetArkJSHeapCrashInfo()
334 InterpretedFrameBase::GetTypeOffset(GetEnvironment()->IsArch32Bit()))); in SetFrameState()
1069 __ Movq(r8, Operand(r10, InterpretedFrameBase::GetPrevOffset(false))); in DeoptEnterAsmInterp()
1064 __ Str(tmpReg, MemoryOperand(Register(X9), InterpretedFrameBase::GetPrevOffset(false))); in DeoptEnterAsmInterp()