Home | History | Annotate | Download | only in src

Lines Matching defs:Advance

57   void Advance() {
123 while (!it.done()) it.Advance();
126 // Advance to the calling frame.
136 // A simpler version of Advance which doesn't care about handler.
195 if (!done() && !IsValidFrame()) Advance();
201 if (!done() && !IsValidFrame()) Advance();
205 void StackTraceFrameIterator::Advance() {
207 JavaScriptFrameIterator::Advance();
279 void SafeStackFrameIterator::Advance() {
290 iterator_.Advance();
354 if (!done() && !frame()->is_java_script()) Advance();
358 void SafeStackTraceFrameIterator::Advance() {
360 SafeJavaScriptFrameIterator::Advance();
557 for (StackHandlerIterator it(this, top_handler()); !it.done(); it.Advance()) {
778 // Skip over operands to advance to the next opcode.
835 // Skip over operands to advance to the next opcode.
1054 it.Advance();
1065 for (StackHandlerIterator it(this, top_handler()); !it.done(); it.Advance()) {
1100 while (!iterator_.frame()->is_java_script()) iterator_.Advance();
1102 iterator_.Advance();
1225 for (StackFrameIterator it; !it.done(); it.Advance()) {