Home
last modified time | relevance | path

Searched defs:instruction_set_features (Results 1 – 6 of 6) sorted by relevance

/art/runtime/arch/
Dinstruction_set_features_test.cc41 std::unique_ptr<const InstructionSetFeatures> instruction_set_features( local
68 std::unique_ptr<const InstructionSetFeatures> instruction_set_features( local
106 std::unique_ptr<const InstructionSetFeatures> instruction_set_features( local
140 std::unique_ptr<const InstructionSetFeatures> instruction_set_features( local
153 std::unique_ptr<const InstructionSetFeatures> instruction_set_features( local
/art/compiler/utils/
Djni_macro_assembler.cc52 const InstructionSetFeatures* instruction_set_features) { in Create()
87 const InstructionSetFeatures* instruction_set_features) { in Create()
/art/runtime/
Doat.cc51 const InstructionSetFeatures* instruction_set_features, in Create()
68 const InstructionSetFeatures* instruction_set_features, in OatHeader()
/art/compiler/jni/quick/
Djni_compiler.cc131 const InstructionSetFeatures* instruction_set_features = driver->GetInstructionSetFeatures(); in ArtJniCompileMethodInternal() local
/art/compiler/
Doat_writer.cc532 const InstructionSetFeatures* instruction_set_features, in WriteAndOpenDexFiles()
1767 const InstructionSetFeatures* instruction_set_features, in InitOatHeader()
/art/compiler/driver/
Dcompiler_driver.cc277 const InstructionSetFeatures* instruction_set_features, in CompilerDriver()