Home
last modified time | relevance | path

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

/external/v8/src/
Dframes.cc221 Address last_sp = last_frame->sp(), last_fp = last_frame->fp(); in Advance() local
232 iteration_done_ = prev_frame->sp() < last_sp || prev_frame->fp() < last_fp; in Advance()