Home
last modified time | relevance | path

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

/external/v8/src/debug/
Dliveedit.cc852 isolate->debug()->break_frame_id() == StackFrame::NO_ID in Fill()
858 if (frame->id() == isolate->debug()->break_frame_id()) { in Fill()
1273 StackFrame::Id break_frame_id = isolate->debug()->break_frame_id(); in RestartFrame() local
1274 bool break_frame_found = break_frame_id == StackFrame::NO_ID; in RestartFrame()
1277 break_frame_found = break_frame_found || break_frame_id == current->id(); in RestartFrame()
Ddebug-stack-trace-iterator.cc28 iterator_(isolate, isolate->debug()->break_frame_id()), in DebugStackTraceIterator()
Ddebug.cc578 DebugEvaluate::Local(isolate_, break_frame_id(), inlined_jsframe_index, in CheckBreakPoint()
963 StackFrame::Id frame_id = break_frame_id(); in PrepareStep()
1876 if (break_frame_id() != StackFrame::NO_ID) { in CurrentFrameCount()
1879 while (!it.done() && it.frame()->id() != break_frame_id()) it.Advance(); in CurrentFrameCount()
2016 break_frame_id_ = debug_->break_frame_id(); in DebugScope()
Ddebug.h345 StackFrame::Id break_frame_id() { return thread_local_.break_frame_id_; } in break_frame_id() function