Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dframes.h875 struct InterpretedEntryFrame : public base::AlignedStruct<JSTaggedValue::TaggedTypeSize(), struct
890 static InterpretedEntryFrame* GetFrameFromSp(const JSTaggedType *sp) in GetFrameFromSp() argument
897 return sizeof(InterpretedEntryFrame) / JSTaggedValue::TaggedTypeSize(); in NumOfMembers() argument
905 STATIC_ASSERT_EQ_ARCH(sizeof(InterpretedEntryFrame), argument