Lines Matching refs:current_
23 FrameIterator::FrameIterator(JSTaggedType *sp, const JSThread *thread) : current_(sp), thread_(thread)
152 current_ = frame->GetPrevFrameFp();
163 current_ = frame->GetPrevFrameFp();
174 current_ = frame->GetPrevFrameFp();
186 current_ = frame->GetPrevFrameFp();
198 current_ = frame->GetPrevFrameFp();
210 current_ = frame->GetPrevFrameFp();
223 current_ = frame->GetPrevFrameFp();
235 current_ = frame->GetPrevFrameFp();
247 current_ = frame->GetPrevFrameFp();
259 current_ = frame->GetPrevFrameFp();
271 current_ = frame->GetPrevFrameFp();
282 current_ = frame->GetPrevFrameFp();
294 current_ = frame->GetPrevFrameFp();
306 current_ = frame->GetPrevFrameFp();
318 current_ = frame->GetPrevFrameFp();
330 current_ = frame->GetPrevFrameFp();
342 current_ = frame->GetPrevFrameFp();
353 current_ = frame->GetPrevFrameFp();
364 current_ = frame->GetPrevFrameFp();
376 current_ = frame->GetPrevFrameFp();
389 current_ = frame->GetPrevFrameFp();
394 current_ = nullptr;
464 auto callSiteSp = reinterpret_cast<uintptr_t>(current_) + fpDeltaPrevFrameSp_;
473 auto callSiteSp = reinterpret_cast<uintptr_t>(current_) + delta;
485 auto callSiteSp = OptimizedJSFunctionFrame::ComputeArgsConfigFrameSp(current_);
609 reinterpret_cast<uintptr_t>(current_), optimizedCallSiteSp_, stackMapAddr_);