Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dframes.h1164 struct InterpretedEntryFrame : public base::AlignedStruct<JSTaggedValue::TaggedTypeSize(), struct
1179 static InterpretedEntryFrame* GetFrameFromSp(const JSTaggedType *sp) in GetFrameFromSp() argument
1186 return sizeof(InterpretedEntryFrame) / JSTaggedValue::TaggedTypeSize(); in NumOfMembers() argument
1205 STATIC_ASSERT_EQ_ARCH(sizeof(InterpretedEntryFrame), argument