HomeSort by relevance Sort by last modified time
    Searched defs:Advance (Results 1 - 12 of 12) sorted by null

  /external/v8/src/
frames-inl.h 186 Advance();
193 void JavaScriptFrameIteratorTemp<Iterator>::Advance() {
195 iterator_.Advance();
203 iterator_.Advance();
211 if (!done()) Advance();
frames.cc 55 void Advance() {
109 while (!it.done()) it.Advance();
112 // Advance to the calling frame.
122 // A simpler version of Advance which doesn't care about handler.
179 if (!done() && !IsValidFrame()) Advance();
183 void StackTraceFrameIterator::Advance() {
185 JavaScriptFrameIterator::Advance();
217 void SafeStackFrameIterator::Advance() {
228 iterator_.Advance();
292 if (!done() && !frame()->is_java_script()) Advance();
    [all...]
frames.h 508 void Advance() { (this->*advance_)(); }
547 JavaScriptFrameIteratorTemp() { if (!done()) Advance(); }
551 if (!done()) Advance();
560 if (!done()) Advance();
566 void Advance();
568 // Advance to the frame holding the arguments for the current
591 void Advance();
610 void Advance();
645 void Advance();
scanner.cc 117 uc32 CharacterStreamUTF16Buffer::Advance() {
166 uc32 TwoByteStringUTF16Buffer::Advance() {
349 Advance();
407 Advance();
427 Advance();
446 Advance();
454 Advance();
456 Advance();
463 PushBack('-'); // undo Advance()
465 PushBack('-'); // undo Advance()
    [all...]
assembler.h 323 // Advance* moves the position before/after reading.
326 void Advance(int bytes = 1) { pos_ -= bytes; }
scanner.h 94 virtual uc32 Advance() = 0;
114 virtual uc32 Advance();
132 virtual uc32 Advance();
393 void Advance() { c0_ = source_->Advance(); }
jsregexp.cc     [all...]
parser.cc 626 void Advance();
627 void Advance(int dist);
    [all...]
  /frameworks/base/libs/audioflinger/
AudioResampler.cpp 67 static inline void Advance(size_t* index, uint32_t* frac, uint32_t inc) {
213 Advance(&inputIndex, &phaseFraction, phaseIncrement);
238 Advance(&inputIndex, &phaseFraction, phaseIncrement);
307 Advance(&inputIndex, &phaseFraction, phaseIncrement);
332 Advance(&inputIndex, &phaseFraction, phaseIncrement);
  /external/gtest/include/gtest/internal/
gtest-param-util.h 97 // for not calling Advance() on an iterator equal to
99 virtual void Advance() = 0;
136 impl_->Advance();
142 impl_->Advance();
227 virtual void Advance() {
307 virtual void Advance() {
317 // value_ is updated here and not in Advance() because Advance()
318 // can advance iterator_ beyond the end of the range, and we cannot
gtest-param-util-generated.h     [all...]
  /external/v8/tools/
test.py 808 def Advance(self, count = 1):
816 self.Advance()
826 self.Advance()
829 self.Advance()
832 self.Advance()
835 self.Advance()
840 self.Advance()
844 self.Advance(2)
847 self.Advance(2)
850 self.Advance(2
    [all...]

Completed in 765 milliseconds