Home
last modified time | relevance | path

Searched defs:InterpretedFrame (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dframes.h805 struct InterpretedFrame : public base::AlignedStruct<JSTaggedValue::TaggedTypeSize(), struct
833 static InterpretedFrame* GetFrameFromSp(const JSTaggedType *sp) in GetFrameFromSp() argument
850 return sizeof(InterpretedFrame) / JSTaggedValue::TaggedTypeSize(); in NumOfMembers() argument
861 InterpretedFrameBase::GetTypeOffset(isArch32); argument
884 alignas(EAS) InterpretedFrameBase base; argument
887 STATIC_ASSERT_EQ_ARCH(sizeof(InterpretedFrame), InterpretedFrame::SizeArch32, InterpretedFrame::Siz… argument