Home
last modified time | relevance | path

Searched refs:instruction_set_features_ (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Doat.cc79 instruction_set_features_ = instruction_set_features; in OatHeader()
80 UpdateChecksum(&instruction_set_features_, sizeof(instruction_set_features_)); in OatHeader()
154 return instruction_set_features_; in GetInstructionSetFeatures()
Doat.h124 InstructionSetFeatures instruction_set_features_; variable
/art/compiler/driver/
Dcompiler_driver.h139 return instruction_set_features_; in GetInstructionSetFeatures()
782 const InstructionSetFeatures instruction_set_features_; variable
Dcompiler_driver.cc349 instruction_set_features_(instruction_set_features), in CompilerDriver()
/art/dex2oat/
Ddex2oat.cc395 instruction_set_features_, in CreateOatFile()
518 instruction_set_features_(instruction_set_features), in Dex2Oat()
583 const InstructionSetFeatures instruction_set_features_; member in art::Dex2Oat