Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h496 void AddCurrentRuntimeFeaturesAsDex2OatArguments(std::vector<std::string>* arg_vector) const;
Doat_file_assistant.cc715 runtime->AddCurrentRuntimeFeaturesAsDex2OatArguments(&argv); in CopyProfileFile()
Druntime.cc1675 void Runtime::AddCurrentRuntimeFeaturesAsDex2OatArguments(std::vector<std::string>* argv) in AddCurrentRuntimeFeaturesAsDex2OatArguments() function in art::Runtime
/art/runtime/gc/space/
Dimage_space.cc210 Runtime::Current()->AddCurrentRuntimeFeaturesAsDex2OatArguments(&arg_vector); in GenerateImage()