Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dframes.h860 struct InterpretedFrame : public base::AlignedStruct<JSTaggedValue::TaggedTypeSize(), struct
888 static InterpretedFrame* GetFrameFromSp(const JSTaggedType *sp) in GetFrameFromSp() argument
905 return sizeof(InterpretedFrame) / JSTaggedValue::TaggedTypeSize(); in NumOfMembers() argument
916 InterpretedFrameBase::GetTypeOffset(isArch32); argument
939 alignas(EAS) InterpretedFrameBase base; argument
942 STATIC_ASSERT_EQ_ARCH(sizeof(InterpretedFrame), InterpretedFrame::SizeArch32, InterpretedFrame::Siz… argument