Searched refs:stackContext_ (Results 1 – 2 of 2) sorted by relevance
279 stackContext_.callFrameTop_ = it.GetPrevFrameCallSiteSp(); in CollectDeoptBundleVec()280 stackContext_.returnAddr_ = frame->GetReturnAddr(); in CollectDeoptBundleVec()281 stackContext_.callerFp_ = reinterpret_cast<uintptr_t>(frame->GetPrevFrameFp()); in CollectDeoptBundleVec()500 …statePtr->base.prev = reinterpret_cast<JSTaggedType *>(stackContext_.callFrameTop_ - sizeof(uintpt… in ConstructAsmInterpretFrame()515 frameWriter.PushRawValue(stackContext_.callerFp_); in ConstructAsmInterpretFrame()516 frameWriter.PushRawValue(stackContext_.returnAddr_); in ConstructAsmInterpretFrame()517 frameWriter.PushRawValue(stackContext_.callFrameTop_); in ConstructAsmInterpretFrame()
182 AsmStackContext stackContext_; variable