Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dframes.h1011 struct InterpretedEntryFrame : public base::AlignedStruct<JSTaggedValue::TaggedTypeSize(), struct
1026 static InterpretedEntryFrame* GetFrameFromSp(const JSTaggedType *sp) in GetFrameFromSp() argument
1033 return sizeof(InterpretedEntryFrame) / JSTaggedValue::TaggedTypeSize(); in NumOfMembers() argument
1053 STATIC_ASSERT_EQ_ARCH(sizeof(InterpretedEntryFrame), argument