Searched refs:InterpretedBuiltinFrame (Results 1 – 7 of 7) sorted by relevance
76 auto frame = GetFrame<InterpretedBuiltinFrame>(); in GetFunction()226 auto frame = GetFrame<InterpretedBuiltinFrame>(); in Advance()449 auto prevFrame = GetFrame<InterpretedBuiltinFrame>(); in GetPrevFrame()607 ARK_INLINE void InterpretedBuiltinFrame::GCIterate(const FrameIterator &it, in GCIterate()612 InterpretedBuiltinFrame *frame = InterpretedBuiltinFrame::GetFrameFromSp(sp); in GCIterate()
795 struct InterpretedBuiltinFrame : public base::AlignedStruct<JSTaggedValue::TaggedTypeSize(), struct812 static InterpretedBuiltinFrame* GetFrameFromSp(const JSTaggedType *sp) in GetFrameFromSp() argument814 return reinterpret_cast<InterpretedBuiltinFrame *>(const_cast<JSTaggedType *>(sp)) - 1; in GetFrameFromSp()819 return sizeof(InterpretedBuiltinFrame) / JSTaggedValue::TaggedTypeSize(); in NumOfMembers() argument840 STATIC_ASSERT_EQ_ARCH(sizeof(InterpretedBuiltinFrame), argument841 InterpretedBuiltinFrame::SizeArch32,842 InterpretedBuiltinFrame::SizeArch64);
215 auto *frame = InterpretedBuiltinFrame::GetFrameFromSp(sp_); in GetFunction()299 auto frame = it.GetFrame<InterpretedBuiltinFrame>(); in GetInterpretedFrameEnd()399 auto frame = it.GetFrame<InterpretedBuiltinFrame>(); in IterateFrameChain()
126 …(reinterpret_cast<InterpretedBuiltinFrame *>(sp) - 1) // NOLINT(cppcoreguidelines-pro-bounds-poin…1342 InterpretedBuiltinFrame *state = GET_BUILTIN_FRAME(newSp); in RunInternal()3198 InterpretedBuiltinFrame *state = GET_BUILTIN_FRAME(newSp); in RunInternal()3333 InterpretedBuiltinFrame *state = GET_BUILTIN_FRAME(newSp); in RunInternal()3468 InterpretedBuiltinFrame *state = GET_BUILTIN_FRAME(newSp); in RunInternal()3603 InterpretedBuiltinFrame *state = GET_BUILTIN_FRAME(newSp); in RunInternal()3966 InterpretedBuiltinFrame *state = GET_BUILTIN_FRAME(newSp); in RunInternal()4100 InterpretedBuiltinFrame *state = GET_BUILTIN_FRAME(newSp); in RunInternal()4234 InterpretedBuiltinFrame *state = GET_BUILTIN_FRAME(newSp); in RunInternal()7396 newSp = sp - InterpretedBuiltinFrame::NumOfMembers(); in GetInterpreterFrameEnd()
85 …(reinterpret_cast<InterpretedBuiltinFrame *>(sp) - 1) // NOLINT(cppcoreguidelines-pro-bounds-poin…3485 InterpretedBuiltinFrame *state = GET_BUILTIN_FRAME(newSp); in HandleWideSupercallarrowrangePrefImm16V8()3628 InterpretedBuiltinFrame *state = GET_BUILTIN_FRAME(newSp); in HandleWideSupercallthisrangePrefImm16V8()3816 InterpretedBuiltinFrame *state = GET_BUILTIN_FRAME(newSp); in HandleWideNewobjrangePrefImm16V8()6724 InterpretedBuiltinFrame *state = GET_BUILTIN_FRAME(newSp); in HandleSupercallarrowrangeImm8Imm8V8()6867 InterpretedBuiltinFrame *state = GET_BUILTIN_FRAME(newSp); in HandleSupercallthisrangeImm8Imm8V8()7043 InterpretedBuiltinFrame *state = GET_BUILTIN_FRAME(newSp); in HandleNewobjrangeImm16Imm8V8()7185 InterpretedBuiltinFrame *state = GET_BUILTIN_FRAME(newSp); in HandleNewobjrangeImm8Imm8V8()
34 using panda::ecmascript::InterpretedBuiltinFrame;
306 typeOffset = InterpretedBuiltinFrame::GetTypeOffset(); in GetTypeOffsetAndPrevOffsetFromFrameType()307 prevOffset = InterpretedBuiltinFrame::GetPrevOffset(); in GetTypeOffsetAndPrevOffsetFromFrameType()