Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug.cc478 thread_local_.last_fp_ = 0; in ThreadInit()
613 Address last_fp = thread_local_.last_fp_; in Break()
1051 thread_local_.last_fp_ = frame->UnpaddedFP(); in PrepareStep()
1078 thread_local_.last_fp_ = 0; in PrepareStep()
1139 thread_local_.last_fp_ = 0; in ClearStepping()
Ddebug.h691 Address last_fp_; variable