Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/arch/
H A 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
/aosp_15_r20/art/compiler/utils/
H A Djni_macro_assembler.cc53 const InstructionSetFeatures* instruction_set_features) { in Create()
80 const InstructionSetFeatures* instruction_set_features) { in Create()
/aosp_15_r20/art/tools/checker/match/
H A Dtest.py106 instruction_set_features=None, argument
162 instruction_set_features=None, argument
H A Dfile.py324 instruction_set_features, argument
/aosp_15_r20/art/runtime/oat/
H A Doat.cc46 const InstructionSetFeatures* instruction_set_features, in Create()
63 const InstructionSetFeatures* instruction_set_features, in OatHeader()
/aosp_15_r20/art/compiler/jit/
H A Djit_compiler.cc87 std::unique_ptr<const InstructionSetFeatures> instruction_set_features; in ParseCompilerOptions() local
/aosp_15_r20/art/compiler/jni/quick/
H A Djni_compiler.cc90 const InstructionSetFeatures* instruction_set_features = in ArtJniCompileMethodInternal() local
/aosp_15_r20/art/compiler/utils/riscv64/
H A Dassembler_riscv64.h1906 const Riscv64InstructionSetFeatures* instruction_set_features) { in ConvertExtensions()