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

1 23 4 5 6 7 8 91011>>

  /external/v8/src/crankshaft/
hydrogen-dce.cc 52 for (HInstructionIterator it(block); !it.Done(); it.Advance()) {
72 for (HInstructionIterator it(block); !it.Done(); it.Advance()) {
hydrogen-uint32-analysis.cc 78 for (HUseIterator it(uint32val->uses()); !it.Done(); it.Advance()) {
98 for (HUseIterator it(uint32val->uses()); !it.Done(); it.Advance()) {
  /external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/
rendering_stats_unittest.py 27 def Advance(self, low=0.1, high=1):
33 self.Advance(low, high)
292 timer.Advance(2, 4)
297 timer.Advance(5, 10)
300 timer.Advance(2, 4)
331 timer.Advance(2, 4)
336 timer.Advance(5, 10)
339 timer.Advance(2, 4)
369 timer.Advance(2, 4)
451 timer.Advance(2, 4
    [all...]
  /system/connectivity/shill/
icmp_session_unittest.cc 241 testing_clock_.Advance(kSentTime1 - now);
254 testing_clock_.Advance(kRecvTime1 - now);
268 testing_clock_.Advance(kSentTime2 - now);
280 testing_clock_.Advance(kSentTime3 - now);
292 testing_clock_.Advance(kRecvTime2 - now);
309 testing_clock_.Advance(kWrongEchoIDRecvTime - now);
324 testing_clock_.Advance(kRecvTime3 - now);
364 testing_clock_.Advance(kSentTime1 - now);
377 testing_clock_.Advance(kSentTime2 - now);
390 testing_clock_.Advance(kRecvTime1 - now)
    [all...]
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 249 } while (Advance());
277 // Advance 1-past previous next/search.
279 bool Advance() {
321 PH.Advance();
326 PH.Advance();
347 PH.Advance();
367 PH.Advance();
378 PH.Advance();
383 PH.Advance();
398 PH.Advance();
    [all...]
  /external/llvm/lib/CodeGen/
TargetSchedule.cpp 203 int Advance = STI->getReadAdvanceCycles(UseDesc, UseIdx, WriteID);
204 if (Advance > 0 && (unsigned)Advance > Latency) // unsigned wrap
206 return Latency - Advance;
  /external/v8/src/ast/
modules.h 76 // for (auto it = descriptor->iterator(); !it.done(); it.Advance()) {
90 void Advance() { entry_ = exports_->Next(entry_); }
  /external/v8/src/snapshot/
snapshot-source-sink.cc 47 Advance(size);
  /external/webrtc/webrtc/libjingle/xmpp/
xmpplogintask.h 59 bool Advance();
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
mips16-dwarf2-n32.d 21 \[0x.*\] Special opcode .*: advance Address by 2 to 0x3 and Line by 1 to 2
22 \[0x.*\] Special opcode .*: advance Address by 2 to 0x5 and Line by 1 to 3
23 \[0x.*\] Special opcode .*: advance Address by 4 to 0x9 and Line by 1 to 4
24 \[0x.*\] Special opcode .*: advance Address by 2 to 0xb and Line by 1 to 5
25 \[0x.*\] Special opcode .*: advance Address by 4 to 0xf and Line by 1 to 6
26 \[0x.*\] Special opcode .*: advance Address by 4 to 0x13 and Line by 1 to 7
27 \[0x.*\] Advance PC by 2286 to 0x901
28 \[0x.*\] Special opcode .*: advance Address by 0 to 0x901 and Line by 1 to 8
29 \[0x.*\] Advance PC by 15 to 0x910
mips16-dwarf2.d 21 \[0x.*\] Special opcode .*: advance Address by 2 to 0x3 and Line by 1 to 2
22 \[0x.*\] Special opcode .*: advance Address by 2 to 0x5 and Line by 1 to 3
23 \[0x.*\] Special opcode .*: advance Address by 4 to 0x9 and Line by 1 to 4
24 \[0x.*\] Special opcode .*: advance Address by 2 to 0xb and Line by 1 to 5
25 \[0x.*\] Special opcode .*: advance Address by 4 to 0xf and Line by 1 to 6
26 \[0x.*\] Special opcode .*: advance Address by 4 to 0x13 and Line by 1 to 7
27 \[0x.*\] Advance PC by 2286 to 0x901
28 \[0x.*\] Special opcode .*: advance Address by 0 to 0x901 and Line by 1 to 8
29 \[0x.*\] Advance PC by 15 to 0x910
  /art/compiler/optimizing/
ssa_builder.cc 28 for (HReversePostOrderIterator itb(*graph_); !itb.Done(); itb.Advance()) {
29 for (HInstructionIterator it(itb.Current()->GetInstructions()); !it.Done(); it.Advance()) {
60 for (HReversePostOrderIterator itb(*graph_); !itb.Done(); itb.Advance()) {
61 for (HInstructionIterator it(itb.Current()->GetPhis()); !it.Done(); it.Advance()) {
82 for (HReversePostOrderIterator it(*graph_); !it.Done(); it.Advance()) {
84 for (HInstructionIterator it_phis(block->GetPhis()); !it_phis.Done(); it_phis.Advance()) {
126 for (HInputIterator it(phi); !it.Done(); it.Advance()) {
238 for (HReversePostOrderIterator it(*graph_); !it.Done(); it.Advance()) {
241 for (HInstructionIterator phi_it(block->GetPhis()); !phi_it.Done(); phi_it.Advance()) {
248 for (HInstructionIterator phi_it(block->GetPhis()); !phi_it.Done(); phi_it.Advance()) {
    [all...]
ssa_liveness_analysis.cc 74 for (HReversePostOrderIterator it(*graph_); !it.Done(); it.Advance()) {
117 for (HLinearOrderIterator it(*graph_); !it.Done(); it.Advance()) {
121 for (HInstructionIterator inst_it(block->GetPhis()); !inst_it.Done(); inst_it.Advance()) {
139 inst_it.Advance()) {
160 for (HLinearOrderIterator it(*graph_); !it.Done(); it.Advance()) {
212 for (HLinearPostOrderIterator it(*graph_); !it.Done(); it.Advance()) {
233 for (HInstructionIterator phi_it(successor->GetPhis()); !phi_it.Done(); phi_it.Advance()) {
252 back_it.Advance()) {
299 for (HInstructionIterator inst_it(block->GetPhis()); !inst_it.Done(); inst_it.Advance()) {
331 for (HPostOrderIterator it(*graph_); !it.Done(); it.Advance()) {
    [all...]
bytecode_utils.h 40 void Advance() {
143 void Advance() {
  /external/libchrome/base/
id_map_unittest.cc 82 iter.Advance();
111 !iter.IsAtEnd(); iter.Advance()) {
119 !iter.IsAtEnd(); iter.Advance()) {
221 !iter.IsAtEnd(); iter.Advance()) {
229 !iter.IsAtEnd(); iter.Advance()) {
  /external/v8/src/compiler/
state-values-utils.cc 130 void Advance() {
153 it->Advance();
205 // to process and then advance to it.
208 Advance();
236 void StateValuesAccess::iterator::Advance() {
237 // Advance the current index.
292 Advance();
  /external/clang/lib/Format/
BreakableToken.cpp 99 unsigned Advance;
101 Advance = encoding::getEscapeSequenceLength(Text);
102 Chars += Advance;
104 Advance = encoding::getCodePointNumBytes(Text[0], Encoding);
106 Text.substr(0, Advance), UsedColumns + Chars, TabWidth, Encoding);
109 if (Chars > MaxSplit || Text.size() <= Advance)
116 if (Advance == 1 && !isAlphanumeric(Text[0]))
119 SplitPoint += Advance;
120 Text = Text.substr(Advance);
  /external/v8/src/parsing/
scanner.h 44 inline uc32 Advance() {
78 // call to Advance.
471 Advance();
532 Advance();
537 void Advance() {
541 c0_ = source_->Advance();
547 uc32 c1 = source_->Advance();
567 Advance();
572 Advance();
574 Advance();
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/i386/
compressed-1a.d 97 \[0x.*\] Advance Line by 10 to 11
99 \[0x.*\] Special opcode 6: advance Address by 0 to 0x0 and Line by 1 to 12
100 \[0x.*\] Advance Line by -7 to 5
101 \[0x.*\] Special opcode 229: advance Address by 16 to 0x10 and Line by 0 to 5
102 \[0x.*\] Special opcode 49: advance Address by 3 to 0x13 and Line by 2 to 7
103 \[0x.*\] Special opcode 46: advance Address by 3 to 0x16 and Line by -1 to 6
104 \[0x.*\] Advance PC by 5 to 0x1b
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/x86-64/
compressed-1a.d 97 \[0x.*\] Advance Line by 10 to 11
99 \[0x.*\] Special opcode 6: advance Address by 0 to 0x0 and Line by 1 to 12
100 \[0x.*\] Advance Line by -7 to 5
101 \[0x.*\] Special opcode 229: advance Address by 16 to 0x10 and Line by 0 to 5
102 \[0x.*\] Special opcode 6: advance Address by 0 to 0x10 and Line by 1 to 6
103 \[0x.*\] Advance PC by 5 to 0x15
  /external/v8/tools/testrunner/server/
local_handler.py 49 rec.Advance()
93 rec.Advance()
status_handler.py 50 rec.Advance()
104 rec.Advance()
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
debug1.d 40 \[0x.*\] Special opcode 7: advance Address by 0 to 0x0 and Line by 2 to 3
41 \[0x.*\] Special opcode 20: advance Address by 1 to 0x1 and Line by 1 to 4
42 \[0x.*\] Special opcode 20: advance Address by 1 to 0x2 and Line by 1 to 5
43 \[0x.*\] Advance PC by 1 to 0x3
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/lns/
lns-common-1.d 12 \[0x.*\] Special opcode .*: advance Address by .* to .* and Line by 1 to 2
14 \[0x.*\] Special opcode .*: advance Address by .* to .* and Line by 1 to 3
17 \[0x.*\] Special opcode .*: advance Address by .* to .* and Line by 1 to 4
20 \[0x.*\] Special opcode .*: advance Address by .* to .* and Line by 1 to 5
22 \[0x.*\] Special opcode .*: advance Address by .* to .* and Line by 1 to 6
24 \[0x.*\] Special opcode .*: advance Address by .* to .* and Line by 1 to 7
26 \[0x.*\] Special opcode .*: advance Address by .* to .* and Line by 0 to 7
27 \[0x.*\] Advance PC by .* to .*
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
pr13167.d 37 \[0x.*\] Special opcode 8: advance Address by 0 to 0x1 and Line by 3 to 4
38 \[0x.*\] Special opcode 216: advance Address by 15 to 0x10 and Line by 1 to 5
39 \[0x.*\] Special opcode 228: advance Address by 16 to 0x20 and Line by -1 to 4
40 \[0x.*\] Advance PC by 16 to 0x30

Completed in 748 milliseconds

1 23 4 5 6 7 8 91011>>