Searched refs:instruction_set_features (Results 1 – 7 of 7) sorted by relevance
/art/runtime/ |
D | oat.h | 40 const InstructionSetFeatures& instruction_set_features, 109 const InstructionSetFeatures& instruction_set_features,
|
D | oat.cc | 42 const InstructionSetFeatures& instruction_set_features, in Create() argument 55 instruction_set_features, in Create() 63 const InstructionSetFeatures& instruction_set_features, in OatHeader() argument 79 instruction_set_features_ = instruction_set_features; in OatHeader()
|
/art/compiler/ |
D | oat_test.cc | 195 InstructionSetFeatures instruction_set_features; in TEST_F() local 200 instruction_set_features, in TEST_F()
|
D | common_compiler_test.cc | 295 InstructionSetFeatures instruction_set_features = in SetUp() local 303 ASSERT_LE(instruction_set_features, runtime_features); in SetUp() 323 instruction_set_features, in SetUp()
|
/art/dex2oat/ |
D | dex2oat.cc | 240 InstructionSetFeatures instruction_set_features, in Create() argument 250 instruction_set_features, in Create() 479 InstructionSetFeatures instruction_set_features, in Dex2Oat() argument 486 instruction_set_features_(instruction_set_features), in Dex2Oat() 848 InstructionSetFeatures instruction_set_features = in dex2oat() local 955 instruction_set_features = ParseFeatureList(str.as_string()); in dex2oat() 1273 instruction_set_features, in dex2oat()
|
/art/compiler/driver/ |
D | compiler_driver.h | 105 InstructionSetFeatures instruction_set_features,
|
D | compiler_driver.cc | 332 InstructionSetFeatures instruction_set_features, in CompilerDriver() argument 341 instruction_set_features_(instruction_set_features), in CompilerDriver()
|