HomeSort by relevance Sort by last modified time
    Searched defs:Advance (Results 51 - 75 of 76) sorted by null

1 23 4

  /external/v8/src/parsing/
scanner.h 45 inline uc32 Advance() {
79 // call to Advance.
513 Advance();
594 Advance();
599 void Advance() {
603 c0_ = source_->Advance();
609 uc32 c1 = source_->Advance();
629 Advance();
634 Advance();
636 Advance();
    [all...]
  /external/v8/src/regexp/
regexp-parser.cc 43 Advance();
74 void RegExpParser::Advance() {
87 // Advance so that position() points to 1-after-the-last-character. This is
98 Advance();
102 void RegExpParser::Advance(int dist) {
104 Advance();
199 Advance();
237 Advance();
246 Advance();
258 Advance();
    [all...]
jsregexp.cc 711 // Advance over the surrogate pair.
    [all...]
  /external/v8/src/crankshaft/
lithium.h 567 void Advance() {
609 void Advance() {
610 current_iterator_.Advance();
813 inline void Advance();
829 inline void Advance();
844 inline void Advance();
hydrogen-instructions.cc 81 for (HUseIterator it(uses()); !it.Done(); it.Advance()) {
119 for (HUseIterator it(uses()); !it.Done(); it.Advance()) {
328 for (HUseIterator it(uses()); !it.Done(); it.Advance()) {
337 for (HUseIterator it(uses()); !it.Done(); it.Advance()) {
350 for (HUseIterator it(uses()); !it.Done(); it.Advance()) {
360 Advance();
364 void HUseIterator::Advance() {
376 for (HUseIterator it(uses()); !it.Done(); it.Advance()) ++count;
761 for (HUseIterator use = uses(); !use.Done(); use.Advance()) {
1028 for (HSuccessorIterator it(this); !it.Done(); it.Advance()) {
    [all...]
hydrogen.h 247 void Advance() { current_++; }
264 inline void Advance() {
    [all...]
hydrogen-instructions.h 302 void Advance();
    [all...]
  /external/v8/src/
frames.cc 42 void Advance() {
79 void StackFrameIterator::Advance() {
90 while (!it.done()) it.Advance();
93 // Advance to the calling frame.
141 Advance();
147 void JavaScriptFrameIterator::Advance() {
149 iterator_.Advance();
156 iterator_.Advance();
165 if (!done() && !IsValidFrame(iterator_.frame())) Advance();
169 void StackTraceFrameIterator::Advance() {
    [all...]
assembler.h 796 // Advance* moves the position before/after reading.
799 void Advance(int bytes = 1) { pos_ -= bytes; }
    [all...]
objects.cc     [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/gtest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/vixl/src/vixl/a64/
macro-assembler-a64.h 404 void Advance() {
408 sub_iterator_[i].Advance();
    [all...]
  /art/compiler/optimizing/
nodes.h     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /external/opencv3/modules/ts/include/opencv2/ts/
ts_gtest.h     [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest.h     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest.h     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mshtmlc.h     [all...]

Completed in 2072 milliseconds

1 23 4