Home
last modified time | relevance | path

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

/aosp12/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
/aosp12/art/compiler/utils/
H A Djni_macro_assembler.cc46 const InstructionSetFeatures* instruction_set_features) { in Create()
72 const InstructionSetFeatures* instruction_set_features) { in Create()
/aosp12/art/tools/checker/match/
H A Dtest.py104 def assertMatches(self, checker_string, c1_string, isa=None, instruction_set_features=None): argument
150 def assertDoesNotMatch(self, checker_string, c1_string, isa=None, instruction_set_features=None): argument
H A Dfile.py321 def match_test_case(test_case, c1_pass, instruction_set_features): argument
/aosp12/art/runtime/
H A Doat.cc49 const InstructionSetFeatures* instruction_set_features, in Create()
66 const InstructionSetFeatures* instruction_set_features, in OatHeader()
/aosp12/art/compiler/jit/
H A Djit_compiler.cc77 std::unique_ptr<const InstructionSetFeatures> instruction_set_features; in ParseCompilerOptions() local
/aosp12/art/compiler/jni/quick/
H A Djni_compiler.cc125 const InstructionSetFeatures* instruction_set_features = in ArtJniCompileMethodInternal() local