Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dframes.h1191 struct InterpretedEntryFrame : public base::AlignedStruct<JSTaggedValue::TaggedTypeSize(), struct
1206 static InterpretedEntryFrame* GetFrameFromSp(const JSTaggedType *sp) in GetFrameFromSp() argument
1213 return sizeof(InterpretedEntryFrame) / JSTaggedValue::TaggedTypeSize(); in NumOfMembers() argument
1232 STATIC_ASSERT_EQ_ARCH(sizeof(InterpretedEntryFrame), argument