OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SelectInstructions
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/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/chromium_org/v8/src/compiler/
instruction-selector.cc
29
void InstructionSelector::
SelectInstructions
() {
[
all
...]
Completed in 255 milliseconds