Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug.cc1003 JavaScriptFrameIterator frames_it(isolate_, frame_id); in PrepareStep() local
1004 JavaScriptFrame* frame = frames_it.frame(); in PrepareStep()
1016 frames_it.Advance(); in PrepareStep()
1018 JSFunction* function = frames_it.frame()->function(); in PrepareStep()
1061 frames_it.Advance(); in PrepareStep()
1063 while (!frames_it.done() && in PrepareStep()
1064 !frames_it.frame()->function()->shared()->IsSubjectToDebugging()) { in PrepareStep()
1067 Deoptimizer::DeoptimizeFunction(frames_it.frame()->function()); in PrepareStep()
1068 frames_it.Advance(); in PrepareStep()
1070 if (!frames_it.done()) { in PrepareStep()
[all …]