Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dframes.h709 struct InterpretedFrame : public base::AlignedStruct<JSTaggedValue::TaggedTypeSize(), struct
737 static InterpretedFrame* GetFrameFromSp(const JSTaggedType *sp) in GetFrameFromSp() argument
754 return sizeof(InterpretedFrame) / JSTaggedValue::TaggedTypeSize(); in NumOfMembers() argument
778 alignas(EAS) InterpretedFrameBase base; argument
781 STATIC_ASSERT_EQ_ARCH(sizeof(InterpretedFrame), InterpretedFrame::SizeArch32, InterpretedFrame::Siz… argument