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

1 23 4

  /external/v8/src/compiler/
common-operator.cc 178 void SparseInputMask::InputIterator::Advance() {
    [all...]
  /external/v8/src/heap/
mark-compact.h 340 inline void Advance() {
345 inline bool Advance(unsigned int new_cell_index) {
  /external/v8/src/parsing/
scanner.h 43 inline uc32 Advance() {
59 // This undoes the most recent Advance().
473 Advance();
556 Advance();
561 void Advance() {
565 c0_ = source_->Advance();
571 uc32 c1 = source_->Advance();
599 Advance();
604 Advance();
606 Advance();
    [all...]
  /external/v8/src/regexp/
regexp-parser.cc 43 Advance();
74 void RegExpParser::Advance() {
88 // Advance so that position() points to 1-after-the-last-character. This is
99 Advance();
103 void RegExpParser::Advance(int dist) {
105 Advance();
200 Advance();
240 Advance();
249 Advance();
261 Advance();
    [all...]
  /external/v8/src/wasm/
wasm-objects.cc 111 void operator++() { Advance(); }
119 void Advance() {
    [all...]
  /external/v8/testing/gtest/include/gtest/internal/
gtest-param-util.h 102 // for not calling Advance() on an iterator equal to
104 virtual void Advance() = 0;
141 impl_->Advance();
147 impl_->Advance();
232 virtual void Advance() {
319 virtual void Advance() {
329 // value_ is updated here and not in Advance() because Advance()
330 // can advance iterator_ beyond the end of the range, and we cannot
gtest-param-util-generated.h     [all...]
  /external/vixl/src/aarch32/
disasm-aarch32.h 49 void Advance() {
525 if (inside_) it_block_->Advance();
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMLoadStoreOptimizer.cpp 120 bool &Advance,
124 bool &Advance,
682 bool &Advance,
736 Advance = true;
820 bool &Advance,
886 Advance = true;
    [all...]
  /external/v8/src/
assembler.h 717 // Advance* moves the position before/after reading.
720 void Advance(int bytes = 1) { pos_ -= bytes; }
    [all...]
frames.cc 44 void Advance() {
76 void StackFrameIterator::Advance() {
87 while (!it.done()) it.Advance();
90 // Advance to the calling frame.
134 void JavaScriptFrameIterator::Advance() {
136 iterator_.Advance();
143 iterator_.Advance();
152 if (!done() && !IsValidFrame(iterator_.frame())) Advance();
158 while (!done() && frame()->id() != id) Advance();
161 void StackTraceFrameIterator::Advance() {
    [all...]
  /external/v8/src/crankshaft/
lithium.h 567 void Advance() {
609 void Advance() {
610 current_iterator_.Advance();
804 inline void Advance();
820 inline void Advance();
835 inline void Advance();
hydrogen-instructions.cc 98 for (HUseIterator it(uses()); !it.Done(); it.Advance()) {
136 for (HUseIterator it(uses()); !it.Done(); it.Advance()) {
361 for (HUseIterator it(uses()); !it.Done(); it.Advance()) {
370 for (HUseIterator it(uses()); !it.Done(); it.Advance()) {
383 for (HUseIterator it(uses()); !it.Done(); it.Advance()) {
393 Advance();
397 void HUseIterator::Advance() {
409 for (HUseIterator it(uses()); !it.Done(); it.Advance()) ++count;
794 for (HUseIterator use = uses(); !use.Done(); use.Advance()) {
1053 for (HSuccessorIterator it(this); !it.Done(); it.Advance()) {
    [all...]
  /external/v8/src/interpreter/
interpreter-assembler.cc     [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/googletest/googletest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/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/swiftshader/third_party/LLVM/utils/unittest/googletest/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...]
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/vixl/src/aarch64/
macro-assembler-aarch64.h 332 using BranchInfoTypedSetIterBase::Advance;
447 void Advance() {
451 sub_iterator_[i].Advance();
    [all...]

Completed in 2121 milliseconds

1 23 4