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

1 2

  /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()->GetConstantUndefined());
42 simulate->SetOperandAt(operand_index, graph()->GetConstantUndefined());
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).
hydrogen-instructions.h 138 V(Simulate) \
    [all...]
  /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
  /hardware/ti/omap4-aah/camera/
Android.mk 9 # A@H customization: simulate the macros defined by TI's android-api.mk
  /dalvik/dx/src/com/android/dx/cf/code/
Simulator.java 32 * Class which knows how to simulate the effects of executing bytecode.
87 public void simulate(ByteBlock bb, Frame frame) { method in class:Simulator
108 * @param offset {@code >= 0;} offset of the instruction to simulate
112 public int simulate(int offset, Frame frame) { method in class:Simulator
203 * {@link Simulator#simulate}
Ropper.java 783 * Using a copy of the given frame, simulate each instruction,
787 sim.simulate(block, frame);
    [all...]
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
apply-preserving-inline-style.js 48 // polyfill uses the element's inline style to simulate web animations.
  /external/icu/icu4c/source/test/perf/ustrperf/
stringperf.h 34 // Simulate construction with a single-char string for basic_string
35 wchar_t simulate[2]={wTESTCHAR1, 0}; variable
477 stlstring b(simulate);
  /external/libvorbis/doc/
Vorbis_I_spec.tex 56 % Custom ref command, using hyperrefs autoref & nameref, to simulate the
  /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
  /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
  /external/libjpeg-turbo/doc/html/
jquery.js     [all...]
  /sdk/templates/docs/
jquery-1.8.0.min.js     [all...]
  /external/chromium-trace/catapult/third_party/flot/
jquery.js     [all...]
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/
jquery-1.7.1.js     [all...]
  /build/tools/droiddoc/templates-ds/assets/js/
global-libraries-combined.js     [all...]
  /external/chromium-trace/catapult/third_party/jquery/
jquery-2.1.4.js     [all...]
  /external/curl/tests/
runtests.pl     [all...]
  /build/tools/droiddoc/templates-ndk/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]

Completed in 6163 milliseconds

1 2