Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug.h374 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
Ddebug.cc349 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()
Dliveedit.cc1287 debug->thread_local_.restart_fp_ = 0; in InitializeThreadLocal()