HomeSort by relevance Sort by last modified time
    Searched refs:Advance (Results 101 - 125 of 300) sorted by null

1 2 3 45 6 7 8 91011>>

  /art/compiler/optimizing/
nodes.cc 117 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {
185 for (HReversePostOrderIterator it(*this); !it.Done(); it.Advance()) {
193 for (HReversePostOrderIterator it(*this); !it.Done(); it.Advance()) {
281 for (HReversePostOrderIterator it(*this); !it.Done(); it.Advance()) {
293 for (HReversePostOrderIterator it(*this); !it.Done(); it.Advance()) {
303 for (HReversePostOrderIterator it(*this); !it.Done(); it.Advance()) {
381 for (HReversePostOrderIterator it(*this); !it.Done(); it.Advance()) {
452 for (HPostOrderIterator it(*this); !it.Done(); it.Advance()) {
    [all...]
optimizing_unit_test.h 67 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {
pretty_printer.h 45 for (HInputIterator it(instruction); !it.Done(); it.Advance()) {
prepare_for_register_allocation.cc 23 for (HReversePostOrderIterator it(*GetGraph()); !it.Done(); it.Advance()) {
27 inst_it.Advance()) {
93 ++it; // Advance before we remove the node, reference to the next node is preserved.
  /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-store-elimination.cc 35 for (HInstructionIterator it(block); !it.Done(); it.Advance()) {
hydrogen-environment-liveness.cc 51 for (HSuccessorIterator it(block->end()); !it.Done(); it.Advance()) {
88 for (HSuccessorIterator it(block->end()); !it.Done(); it.Advance()) {
hydrogen-representation-changes.cc 68 for (HUseIterator it(value->uses()); !it.Done(); it.Advance()) {
82 for (HUseIterator it(value->uses()); !it.Done(); it.Advance()) {
  /external/v8/src/
global-handles.cc 532 void Advance() {
666 for (NodeIterator it(this); !it.done(); it.Advance()) {
685 for (NodeIterator it(this); !it.done(); it.Advance()) {
1002 for (NodeIterator it(this); !it.done(); it.Advance()) {
    [all...]
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...]
json-parser.h 59 INLINE(void Advance());
frames-inl.h 265 if (!done()) Advance();
271 if (!done()) Advance();
  /system/update_engine/update_manager/
update_manager_unittest.cc 280 test_clock_.Advance(TimeDelta::FromSeconds(2));
308 test_clock_.Advance(TimeDelta::FromSeconds(2));
316 test_clock_.Advance(TimeDelta::FromSeconds(2));
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.h 152 void Advance();
  /external/v8/src/compiler/
state-values-utils.h 87 void Advance();
  /external/v8/tools/testrunner/server/
compression.py 64 def Advance(self):
  /external/webrtc/webrtc/modules/desktop_capture/
desktop_region.h 73 void Advance();
  /system/connectivity/shill/
property_store_unittest.cc 346 it.Advance();
367 it.Advance();
388 it.Advance();
409 it.Advance();
433 it.Advance();
461 it.Advance();
488 it.Advance();
509 it.Advance();
531 it.Advance();
  /external/libweave/src/
component_manager_impl.cc 165 for (base::DictionaryValue::Iterator it(dict); !it.IsAtEnd(); it.Advance()) {
491 it.Advance()) {
512 for (base::DictionaryValue::Iterator it(dict); !it.IsAtEnd(); it.Advance()) {
522 !it_def.IsAtEnd(); it_def.Advance()) {
550 for (base::DictionaryValue::Iterator it(dict); !it.IsAtEnd(); it.Advance()) {
560 it_def.Advance()) {
587 it.Advance()) {
603 it.Advance()) {
  /external/v8/src/heap/
mark-compact-inl.h 150 it_.Advance();
170 it_.Advance();
  /external/v8/src/interpreter/
interpreter-assembler.h 223 compiler::Node* Advance(int delta);
224 compiler::Node* Advance(compiler::Node* delta);
  /external/v8/src/regexp/
regexp-parser.h 190 void Advance();
191 void Advance(int dist);
  /external/v8/test/mjsunit/es6/
generators-relocation.js 25 // Advance to the first yield.
  /system/connectivity/apmanager/
device.cc 93 for (; !band_iter.AtEnd(); band_iter.Advance()) {
115 for (; !freq_iter.AtEnd(); freq_iter.Advance()) {
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
rd-dw2-1.d 8 \[0x.*\] Special opcode .*: advance Address by 0 to 0x0 and Line by 4 to 5
9 \[0x.*\] Special opcode .*: advance Address by 2 to 0x2 and Line by 1 to 6
10 \[0x.*\] Special opcode .*: advance Address by 2 to 0x4 and Line by 1 to 7
11 \[0x.*\] Special opcode .*: advance Address by 2 to 0x6 and Line by 1 to 8
12 \[0x.*\] Special opcode .*: advance Address by 2 to 0x8 and Line by 1 to 9
13 \[0x.*\] Special opcode .*: advance Address by 2 to 0xa and Line by 1 to 10
14 \[0x.*\] Special opcode .*: advance Address by 2 to 0xc and Line by 1 to 11
15 \[0x.*\] Special opcode .*: advance Address by 2 to 0xe and Line by 1 to 12
16 \[0x.*\] Special opcode .*: advance Address by 2 to 0x10 and Line by 1 to 13
17 \[0x.*\] Special opcode .*: advance Address by 2 to 0x12 and Line by 1 to 1
    [all...]

Completed in 991 milliseconds

1 2 3 45 6 7 8 91011>>