Home
last modified time | relevance | path

Searched refs:restart_fp_ (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/debug/
Ddebug.h420 return reinterpret_cast<Address>(&thread_local_.restart_fp_); in restart_fp_address()
574 Address restart_fp_; variable
Ddebug.cc382 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()
Dliveedit.cc658 debug->thread_local_.restart_fp_ = 0; in InitializeThreadLocal()