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

/art/runtime/arch/
H A Dinstruction_set_features.h36 class InstructionSetFeatures { class in namespace:art
38 // Process a CPU variant string for the given ISA and create an InstructionSetFeatures.
39 static const InstructionSetFeatures* FromVariant(InstructionSet isa,
43 // Parse a bitmap for the given isa and create an InstructionSetFeatures.
44 static const InstructionSetFeatures* FromBitmap(InstructionSet isa, uint32_t bitmap);
47 static const InstructionSetFeatures* FromCppDefines();
49 // Process /proc/cpuinfo and use kRuntimeISA to produce InstructionSetFeatures.
50 static const InstructionSetFeatures* FromCpuInfo();
53 // InstructionSetFeatures.
54 static const InstructionSetFeatures* FromHwca
103 explicit InstructionSetFeatures(bool smp) : smp_(smp) {} function in class:art::InstructionSetFeatures
[all...]

Completed in 46 milliseconds