/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
HTMLTreeBuilderSimulator.cpp | 132 bool HTMLTreeBuilderSimulator::simulate(const CompactHTMLToken& token, HTMLTokenizer* tokenizer) function in class:WebCore::HTMLTreeBuilderSimulator
|
/external/chromium_org/v8/src/ |
hydrogen-environment-liveness.cc | 60 int index, HSimulate* simulate) { 61 int operand_index = simulate->ToOperandIndex(index); 63 simulate->AddAssignedValue(index, graph()->GetConstantUndefined()); 65 simulate->SetOperandAt(operand_index, graph()->GetConstantUndefined()); 85 HSimulate* simulate = first_simulate_.at(successor_id); local 86 if (simulate == NULL) continue; 87 ASSERT(simulate->closure().is_identical_to( 89 ZapEnvironmentSlot(i, simulate); 98 HSimulate* simulate = marker->next_simulate(); 99 if (simulate != NULL) [all...] |
hydrogen.cc | 284 HSimulate* simulate = HSimulate::cast(predecessor->end()->previous()); local 289 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 | 694 * Using a copy of the given frame, simulate each instruction, 698 sim.simulate(block, frame); [all...] |
/external/chromium_org/third_party/icu/source/test/perf/ustrperf/ |
stringperf.h | 32 // Simulate construction with a single-char string for basic_string 33 wchar_t simulate[2]={wTESTCHAR1, 0}; variable 475 stlstring b(simulate);
|
/external/icu4c/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/v8/src/ |
hydrogen.cc | 206 HSimulate* simulate = HSimulate::cast(predecessor->end()->previous()); local 211 simulate->set_ast_id(ast_id); [all...] |
/prebuilts/sdk/tools/lib/ |
dx.jar | |