Searched defs:instruction_set_features (Results 1 – 7 of 7) sorted by relevance
/aosp12/art/runtime/arch/ |
H A D | instruction_set_features_test.cc | 50 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 D | jni_macro_assembler.cc | 46 const InstructionSetFeatures* instruction_set_features) { in Create() 72 const InstructionSetFeatures* instruction_set_features) { in Create()
|
/aosp12/art/tools/checker/match/ |
H A D | test.py | 104 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 D | file.py | 321 def match_test_case(test_case, c1_pass, instruction_set_features): argument
|
/aosp12/art/runtime/ |
H A D | oat.cc | 49 const InstructionSetFeatures* instruction_set_features, in Create() 66 const InstructionSetFeatures* instruction_set_features, in OatHeader()
|
/aosp12/art/compiler/jit/ |
H A D | jit_compiler.cc | 77 std::unique_ptr<const InstructionSetFeatures> instruction_set_features; in ParseCompilerOptions() local
|
/aosp12/art/compiler/jni/quick/ |
H A D | jni_compiler.cc | 125 const InstructionSetFeatures* instruction_set_features = in ArtJniCompileMethodInternal() local
|