Searched defs:SelectInstructions (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/test/cctest/compiler/
H A Dinstruction-selector-tester.h45 void SelectInstructions(CpuFeature feature) { function in class:v8::internal::compiler::InstructionSelectorTester
46 SelectInstructions(InstructionSelector::Features(feature));
49 void SelectInstructions(CpuFeature feature1, CpuFeature feature2) { function in class:v8::internal::compiler::InstructionSelectorTester
50 SelectInstructions(InstructionSelector::Features(feature1, feature2));
53 void SelectInstructions(Mode mode = kTargetMode) { function in class:v8::internal::compiler::InstructionSelectorTester
54 SelectInstructions(InstructionSelector::Features(), mode);
57 void SelectInstructions(InstructionSelector::Features features, function in class:v8::internal::compiler::InstructionSelectorTester
67 selector.SelectInstructions();
/external/chromium_org/v8/src/compiler/
H A Dinstruction-selector.cc29 void InstructionSelector::SelectInstructions() { function in class:v8::internal::compiler::InstructionSelector

Completed in 526 milliseconds