Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dframes.h833 struct InterpretedFrame : public base::AlignedStruct<JSTaggedValue::TaggedTypeSize(), struct
861 static InterpretedFrame* GetFrameFromSp(const JSTaggedType *sp) in GetFrameFromSp() argument
878 return sizeof(InterpretedFrame) / JSTaggedValue::TaggedTypeSize(); in NumOfMembers() argument
889 InterpretedFrameBase::GetTypeOffset(isArch32); argument
912 alignas(EAS) InterpretedFrameBase base; argument
915 STATIC_ASSERT_EQ_ARCH(sizeof(InterpretedFrame), InterpretedFrame::SizeArch32, InterpretedFrame::Siz… argument