Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h525 void AddCurrentRuntimeFeaturesAsDex2OatArguments(std::vector<std::string>* arg_vector) const;
Doat_file_assistant.cc760 runtime->AddCurrentRuntimeFeaturesAsDex2OatArguments(&argv); in Dex2Oat()
Druntime.cc1911 void Runtime::AddCurrentRuntimeFeaturesAsDex2OatArguments(std::vector<std::string>* argv) in AddCurrentRuntimeFeaturesAsDex2OatArguments() function in art::Runtime
/art/runtime/gc/space/
Dimage_space.cc116 Runtime::Current()->AddCurrentRuntimeFeaturesAsDex2OatArguments(&arg_vector); in GenerateImage()