Searched refs:restart_fp_ (Results 1 – 3 of 3) sorted by relevance
420 return reinterpret_cast<Address>(&thread_local_.restart_fp_); in restart_fp_address()574 Address restart_fp_; variable
382 thread_local_.restart_fp_ = nullptr; in ThreadInit()1578 if (frame->fp() <= thread_local_.restart_fp_) return; in ScheduleFrameRestart()1581 thread_local_.restart_fp_ = frame->fp(); in ScheduleFrameRestart()1587 if (it.frame()->fp() > thread_local_.restart_fp_) { in ScheduleFrameRestart()
658 debug->thread_local_.restart_fp_ = 0; in InitializeThreadLocal()