Searched refs:restart_fp_ (Results 1 – 3 of 3) sorted by relevance
374 return reinterpret_cast<Address>(&thread_local_.restart_fp_); in restart_fp_address()377 return thread_local_.restart_fp_ != kNullAddress; in will_restart()539 Address restart_fp_; variable
349 thread_local_.restart_fp_ = kNullAddress; in ThreadInit()1733 if (frame->fp() <= thread_local_.restart_fp_) return; in ScheduleFrameRestart()1736 thread_local_.restart_fp_ = frame->fp(); in ScheduleFrameRestart()1742 if (it.frame()->fp() > thread_local_.restart_fp_) { in ScheduleFrameRestart()
1287 debug->thread_local_.restart_fp_ = 0; in InitializeThreadLocal()