Home
last modified time | relevance | path

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

/art/compiler/utils/
Djni_macro_assembler.cc46 const InstructionSetFeatures* instruction_set_features) { in Create()
73 const InstructionSetFeatures* instruction_set_features) { in Create()
/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/tools/checker/match/
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
Dfile.py321 def match_test_case(test_case, c1_pass, instruction_set_features): argument
/art/compiler/jit/
Djit_compiler.cc85 std::unique_ptr<const InstructionSetFeatures> instruction_set_features; in ParseCompilerOptions() local
/art/runtime/
Doat.cc46 const InstructionSetFeatures* instruction_set_features, in Create()
63 const InstructionSetFeatures* instruction_set_features, in OatHeader()
/art/compiler/jni/quick/
Djni_compiler.cc103 const InstructionSetFeatures* instruction_set_features = in ArtJniCompileMethodInternal() local