HomeSort by relevance Sort by last modified time
    Searched defs:simulate (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLTreeBuilderSimulator.cpp 132 bool HTMLTreeBuilderSimulator::simulate(const CompactHTMLToken& token, HTMLTokenizer* tokenizer) function in class:blink::HTMLTreeBuilderSimulator
  /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.cc 273 HSimulate* simulate = HSimulate::cast(predecessor->end()->previous()); local
278 simulate->set_ast_id(ast_id);
    [all...]
  /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);
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 323 milliseconds