Searched refs:last_fp_ (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Ddebug.cc508 thread_local_.last_fp_ = 0;
1222 thread_local_.last_fp_ = frame->fp();
1278 thread_local_.last_fp_ = frame->fp();
1306 return thread_local_.last_fp_ == frame->fp() &&
1519 thread_local_.last_fp_ = 0;
H A Ddebug.h437 Address last_fp_; member in class:v8::internal::Debug::ThreadLocal

Completed in 21 milliseconds