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

1 2

  /external/chromium_org/v8/src/
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 30 void ZapEnvironmentSlot(int index, HSimulate* simulate);
56 // Keeps track of the last simulate seen, as well as the environment slots
58 // in that simulate when the end of another live range of theirs is found).
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLTreeBuilderSimulator.h 57 bool simulate(const CompactHTMLToken&, HTMLTokenizer*);
BackgroundHTMLParser.cpp 228 if (!m_treeBuilderSimulator.simulate(m_pendingTokens->last(), m_tokenizer.get()) || m_pendingTokens->size() >= pendingTokenLimit) {
HTMLTreeBuilderSimulator.cpp 132 bool HTMLTreeBuilderSimulator::simulate(const CompactHTMLToken& token, HTMLTokenizer* tokenizer) function in class:blink::HTMLTreeBuilderSimulator
  /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
196 * {@link Simulator#simulate}
Ropper.java 783 * Using a copy of the given frame, simulate each instruction,
787 sim.simulate(block, frame);
    [all...]
  /external/chromium_org/third_party/icu/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/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/chromium_org/remoting/webapp/browser_test/
bump_scroll_browser_test.js 34 // To aviod dependencies on the actual host desktop size, we simulate a
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
richards.js 391 * A task that suspends itself after each time it has been run to simulate
code-load.js     [all...]
  /external/chromium_org/chrome/browser/resources/ntp4/
new_tab.js 329 * This is used to simulate a fire-once event (i.e. $(document).ready() in
  /external/chromium_org/chrome/browser/resources/pdf/
viewport.js 66 * window when these keys are pressed but in certain cases we need to simulate
  /external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_browsertest.js 222 // simulate that profiles with those names exist on the device.
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-richards.js 386 * A task that suspends itself after each time it has been run to simulate
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-richards.js 386 * A task that suspends itself after each time it has been run to simulate
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-richards.js 386 * A task that suspends itself after each time it has been run to simulate
  /external/chromium_org/v8/benchmarks/
richards.js 391 * A task that suspends itself after each time it has been run to simulate
  /external/chromium_org/third_party/flot/
jquery.min.js     [all...]
  /sdk/templates/docs/
jquery-1.8.0.min.js     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/js/
jquery.js     [all...]

Completed in 1244 milliseconds

1 2