Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dframes.h530 struct InterpretedFrameBase : public base::AlignedStruct<base::AlignedPointer::Size(), struct
545 static InterpretedFrameBase* GetFrameFromSp(const JSTaggedType *sp) in GetFrameFromSp() argument
562 return isArch32 ? InterpretedFrameBase::SizeArch32 : InterpretedFrameBase::SizeArch64; in GetSize() argument