Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc1080 std::unique_ptr<const InstructionSetFeatures> runtime_features( in ProcessOptions() local
1082 if (!compiler_options_->GetInstructionSetFeatures()->Equals(runtime_features.get())) { in ProcessOptions()
1085 << ") and those from CPP defines (" << *runtime_features in ProcessOptions()