Lines Matching defs:InterpretedFrameBase

758 struct InterpretedFrameBase : public base::AlignedStruct<base::AlignedPointer::Size(),

773 static InterpretedFrameBase* GetFrameFromSp(const JSTaggedType *sp)
775 return reinterpret_cast<InterpretedFrameBase *>(const_cast<JSTaggedType *>(sp)) - 1;
790 return isArch32 ? InterpretedFrameBase::SizeArch32 : InterpretedFrameBase::SizeArch64;
796 STATIC_ASSERT_EQ_ARCH(sizeof(InterpretedFrameBase),
797 InterpretedFrameBase::SizeArch32,
798 InterpretedFrameBase::SizeArch64);
844 InterpretedFrameBase> {
892 InterpretedFrameBase::GetTypeOffset(isArch32);
898 InterpretedFrameBase::GetPrevOffset(isArch32);
915 alignas(EAS) InterpretedFrameBase base;
923 // | InterpretedFrameBase | |
935 InterpretedFrameBase> {
962 InterpretedFrameBase::GetTypeOffset(isArch32);
968 InterpretedFrameBase::GetPrevOffset(isArch32);
980 alignas(EAS) InterpretedFrameBase base;
1001 // | InterpretedFrameBase | |
1028 InterpretedFrameBase> {
1137 return MEMBER_OFFSET(AsmInterpretedFrame, base) + MEMBER_OFFSET(InterpretedFrameBase, type);
1142 return MEMBER_OFFSET(AsmInterpretedFrame, base) + MEMBER_OFFSET(InterpretedFrameBase, prev);
1152 alignas(EAS) InterpretedFrameBase base;
1161 // | InterpretedFrameBase | |
1170 InterpretedFrameBase> {
1196 InterpretedFrameBase::GetTypeOffset(isArch32);
1202 InterpretedFrameBase::GetPrevOffset(isArch32);
1208 alignas(EAS) InterpretedFrameBase base;
1218 // | InterpretedFrameBase | |
1227 InterpretedFrameBase> {
1253 InterpretedFrameBase::GetTypeOffset(isArch32);
1259 InterpretedFrameBase::GetPrevOffset(isArch32);
1263 alignas(EAS) InterpretedFrameBase base;
1314 InterpretedFrameBase::GetTypeOffset(isArch32);
1320 InterpretedFrameBase::GetPrevOffset(isArch32);