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.cc37 std::unique_ptr<const InstructionSetFeatures> instruction_set_features( local
64 std::unique_ptr<const InstructionSetFeatures> instruction_set_features( local
102 std::unique_ptr<const InstructionSetFeatures> instruction_set_features( local
136 std::unique_ptr<const InstructionSetFeatures> instruction_set_features( local
149 std::unique_ptr<const InstructionSetFeatures> instruction_set_features( local
/art/runtime/
Doat.cc47 const InstructionSetFeatures* instruction_set_features, in Create()
64 const InstructionSetFeatures* instruction_set_features, in OatHeader()
/art/compiler/utils/
Dassembler.cc127 const InstructionSetFeatures* instruction_set_features) { in Create()
/art/compiler/jni/quick/
Djni_compiler.cc71 const InstructionSetFeatures* instruction_set_features = driver->GetInstructionSetFeatures(); in ArtJniCompileMethodInternal() local
/art/compiler/
Doat_writer.cc420 const InstructionSetFeatures* instruction_set_features, in WriteAndOpenDexFiles()
1373 const InstructionSetFeatures* instruction_set_features, in InitOatHeader()
/art/compiler/driver/
Dcompiler_driver.cc362 const InstructionSetFeatures* instruction_set_features, in CompilerDriver()