Home
last modified time | relevance | path

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

/art/runtime/
Dcommon_runtime_test.cc406 runtime->AddCurrentRuntimeFeaturesAsDex2OatArguments(argv); in StartDex2OatCommandLine()
451 runtime->AddCurrentRuntimeFeaturesAsDex2OatArguments(&argv); in CompileBootImage()
Druntime.h577 void AddCurrentRuntimeFeaturesAsDex2OatArguments(std::vector<std::string>* arg_vector) const;
Druntime.cc2620 void Runtime::AddCurrentRuntimeFeaturesAsDex2OatArguments(std::vector<std::string>* argv) in AddCurrentRuntimeFeaturesAsDex2OatArguments() function in art::Runtime
/art/runtime/gc/space/
Dimage_space.cc173 Runtime::Current()->AddCurrentRuntimeFeaturesAsDex2OatArguments(&arg_vector); in GenerateImage()
2233 runtime->AddCurrentRuntimeFeaturesAsDex2OatArguments(&args); in CompileExtension()
/art/dex2oat/
Ddex2oat_test.cc2528 Runtime::Current()->AddCurrentRuntimeFeaturesAsDex2OatArguments(&argv); in TEST_F()