Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc966 std::unique_ptr<const InstructionSetFeatures> runtime_features( in ParseArgs() local
968 if (!instruction_set_features_->Equals(runtime_features.get())) { in ParseArgs()
971 << *runtime_features <<") for the command line:\n" in ParseArgs()