HomeSort by relevance Sort by last modified time
    Searched defs:SelectInstructions (Results 1 - 2 of 2) 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();
  /external/v8/src/compiler/
instruction-selector.cc 29 void InstructionSelector::SelectInstructions() {
    [all...]

Completed in 204 milliseconds