HomeSort by relevance Sort by last modified time
    Searched refs:simulate (Results 1 - 25 of 101) sorted by null

1 2 3 4 5

  /external/v8/src/crankshaft/
hydrogen-environment-liveness.cc 37 int index, HSimulate* simulate) {
38 int operand_index = simulate->ToOperandIndex(index);
40 simulate->AddAssignedValue(index, graph()->GetConstantOptimizedOut());
42 simulate->SetOperandAt(operand_index, graph()->GetConstantOptimizedOut());
62 HSimulate* simulate = first_simulate_.at(successor_id); local
63 if (simulate == NULL) continue;
64 DCHECK(VerifyClosures(simulate->closure(),
66 ZapEnvironmentSlot(i, simulate);
75 HSimulate* simulate = marker->next_simulate();
76 if (simulate != NULL)
    [all...]
hydrogen-environment-liveness.h 29 void ZapEnvironmentSlot(int index, HSimulate* simulate);
55 // Keeps track of the last simulate seen, as well as the environment slots
57 // in that simulate when the end of another live range of theirs is found).
  /art/tools/golem/
build-target.sh 47 --simulate Print commands only, don't execute commands.
78 # If --simulate is used, command is not executed.
84 # Execute a command unless --simulate was used.
86 if [[ $simulate == "simulate" ]]; then
165 simulate=""
212 --simulate)
213 simulate="simulate"
  /external/autotest/frontend/migrations/
046_merge_databases.py 19 if manager.simulate:
  /external/autotest/database/
migrate.py 96 self.simulate = False
415 %s [options] sync|test|simulate|safesync [version]
446 manager.simulate=True
448 elif args[0] == 'simulate':
449 manager.simulate=True
453 manager.simulate=True
456 manager.simulate=False
  /prebuilts/go/darwin-x86/doc/codewalk/
pig.go 14 gamesPerSeries = 10 // The number of games per series to simulate
  /prebuilts/go/darwin-x86/src/net/http/
transport_internal_test.go 46 conn.Close() // simulate the server hanging up on the client
  /prebuilts/go/linux-x86/doc/codewalk/
pig.go 14 gamesPerSeries = 10 // The number of games per series to simulate
  /prebuilts/go/linux-x86/src/net/http/
transport_internal_test.go 46 conn.Close() // simulate the server hanging up on the client
  /dalvik/dx/src/com/android/dx/cf/code/
Simulator.java 36 * Class which knows how to simulate the effects of executing bytecode.
96 public void simulate(ByteBlock bb, Frame frame) { method in class:Simulator
117 * @param offset {@code offset >= 0;} offset of the instruction to simulate
121 public int simulate(int offset, Frame frame) { method in class:Simulator
212 * {@link Simulator#simulate}
  /external/boringssl/src/ssl/test/runner/
packet_adapter.go 95 // SendReadTimeout instructs the peer to simulate a read timeout. It then waits
  /external/icu/icu4c/source/test/perf/ustrperf/
stringperf.h 39 // Simulate construction with a single-char string for basic_string
40 wchar_t simulate[2]={wTESTCHAR1, 0}; variable
482 stlstring b(simulate);
  /external/libvorbis/doc/
Vorbis_I_spec.tex 56 % Custom ref command, using hyperrefs autoref & nameref, to simulate the
  /prebuilts/go/darwin-x86/src/database/sql/
fakedb_test.go 170 // hook to simulate connection failures
510 // hook to simulate broken connections
627 // hook to simulate broken connections
737 // hook to simulate broken connections
872 // hook to simulate broken connections
883 // hook to simulate broken connections
  /prebuilts/go/linux-x86/src/database/sql/
fakedb_test.go 170 // hook to simulate connection failures
510 // hook to simulate broken connections
627 // hook to simulate broken connections
737 // hook to simulate broken connections
872 // hook to simulate broken connections
883 // hook to simulate broken connections
  /external/antlr/antlr-3.4/runtime/Ruby/lib/
antlr3.rb 58 defines a single DFA class that is used to simulate state machines for certain
  /prebuilts/go/darwin-x86/src/compress/flate/
example_test.go 162 // Use io.Pipe to simulate a network connection.
  /prebuilts/go/darwin-x86/src/syscall/
fd_nacl.go 255 // NaCl has no pread; simulate with seek and hope for no races.
  /prebuilts/go/linux-x86/src/compress/flate/
example_test.go 162 // Use io.Pipe to simulate a network connection.
  /prebuilts/go/linux-x86/src/syscall/
fd_nacl.go 255 // NaCl has no pread; simulate with seek and hope for no races.
  /prebuilts/go/darwin-x86/src/testing/
sub_test.go 379 desc: "simulate sequential run of subbenchmarks.",
  /prebuilts/go/linux-x86/src/testing/
sub_test.go 379 desc: "simulate sequential run of subbenchmarks.",
  /external/slf4j/slf4j-site/src/site/pages/js/
jquery-min.js     [all...]
  /external/testng/src/main/resources/
jquery-1.7.1.min.js     [all...]
  /external/v8/benchmarks/
richards.js 391 * A task that suspends itself after each time it has been run to simulate

Completed in 1099 milliseconds

1 2 3 4 5