Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug.cc812 JavaScriptFrameIterator frames_it(isolate_, frame_id); in PrepareStep() local
813 JavaScriptFrame* frame = frames_it.frame(); in PrepareStep()
828 frames_it.Advance(); in PrepareStep()
830 JSFunction* function = frames_it.frame()->function(); in PrepareStep()
866 frames_it.Advance(); in PrepareStep()
868 while (!frames_it.done() && in PrepareStep()
869 !frames_it.frame()->function()->shared()->IsSubjectToDebugging()) { in PrepareStep()
872 Deoptimizer::DeoptimizeFunction(frames_it.frame()->function()); in PrepareStep()
873 frames_it.Advance(); in PrepareStep()
875 if (frames_it.done()) { in PrepareStep()
[all …]