Home
last modified time | relevance | path

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

/art/runtime/arch/
Dinstruction_set_features_test.cc50 std::unique_ptr<const InstructionSetFeatures> instruction_set_features( local
83 std::unique_ptr<const InstructionSetFeatures> instruction_set_features( local
121 std::unique_ptr<const InstructionSetFeatures> instruction_set_features( local
155 std::unique_ptr<const InstructionSetFeatures> instruction_set_features( local
168 std::unique_ptr<const InstructionSetFeatures> instruction_set_features( local
181 std::unique_ptr<const InstructionSetFeatures> instruction_set_features( local
/art/compiler/utils/
Djni_macro_assembler.cc53 const InstructionSetFeatures* instruction_set_features) { in Create()
80 const InstructionSetFeatures* instruction_set_features) { in Create()
/art/tools/checker/match/
Dtest.py106 instruction_set_features=None, argument
162 instruction_set_features=None, argument
Dfile.py324 instruction_set_features, argument
/art/runtime/oat/
Doat.cc46 const InstructionSetFeatures* instruction_set_features, in Create()
63 const InstructionSetFeatures* instruction_set_features, in OatHeader()
/art/compiler/jit/
Djit_compiler.cc87 std::unique_ptr<const InstructionSetFeatures> instruction_set_features; in ParseCompilerOptions() local
/art/compiler/jni/quick/
Djni_compiler.cc90 const InstructionSetFeatures* instruction_set_features = in ArtJniCompileMethodInternal() local
/art/compiler/utils/riscv64/
Dassembler_riscv64.h1896 const Riscv64InstructionSetFeatures* instruction_set_features) { in ConvertExtensions()