HomeSort by relevance Sort by last modified time
    Searched refs:SelectInstructions (Results 1 - 6 of 6) sorted by null

  /external/v8/test/cctest/compiler/
instruction-selector-tester.h 45 void SelectInstructions(CpuFeature feature) {
46 SelectInstructions(InstructionSelector::Features(feature));
49 void SelectInstructions(CpuFeature feature1, CpuFeature feature2) {
50 SelectInstructions(InstructionSelector::Features(feature1, feature2));
53 void SelectInstructions(Mode mode = kTargetMode) {
54 SelectInstructions(InstructionSelector::Features(), mode);
57 void SelectInstructions(InstructionSelector::Features features,
67 selector.SelectInstructions();
test-codegen-deopt.cc 72 selector.SelectInstructions();
  /external/v8/src/compiler/
instruction-selector.h 33 void SelectInstructions();
pipeline.cc 376 selector.SelectInstructions();
instruction-selector-unittest.cc 41 selector.SelectInstructions();
instruction-selector.cc 29 void InstructionSelector::SelectInstructions() {
    [all...]

Completed in 136 milliseconds