Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dframes.h795 struct InterpretedBuiltinFrame : public base::AlignedStruct<JSTaggedValue::TaggedTypeSize(), struct
812 static InterpretedBuiltinFrame* GetFrameFromSp(const JSTaggedType *sp) in GetFrameFromSp() argument
819 return sizeof(InterpretedBuiltinFrame) / JSTaggedValue::TaggedTypeSize(); in NumOfMembers() argument
840 STATIC_ASSERT_EQ_ARCH(sizeof(InterpretedBuiltinFrame), argument