Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dframes.h931 struct InterpretedEntryFrame : public base::AlignedStruct<JSTaggedValue::TaggedTypeSize(), struct
946 static InterpretedEntryFrame* GetFrameFromSp(const JSTaggedType *sp) in GetFrameFromSp() argument
953 return sizeof(InterpretedEntryFrame) / JSTaggedValue::TaggedTypeSize(); in NumOfMembers() argument
961 STATIC_ASSERT_EQ_ARCH(sizeof(InterpretedEntryFrame), argument