Home
last modified time | relevance | path

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

/art/runtime/
Doat.h40 const InstructionSetFeatures& instruction_set_features,
109 const InstructionSetFeatures& instruction_set_features,
Doat.cc42 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/
Doat_test.cc195 InstructionSetFeatures instruction_set_features; in TEST_F() local
200 instruction_set_features, in TEST_F()
Dcommon_compiler_test.cc295 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/
Ddex2oat.cc240 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/
Dcompiler_driver.h105 InstructionSetFeatures instruction_set_features,
Dcompiler_driver.cc332 InstructionSetFeatures instruction_set_features, in CompilerDriver() argument
341 instruction_set_features_(instruction_set_features), in CompilerDriver()