Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Dcommon_runtime_test.cc435 runtime->AddCurrentRuntimeFeaturesAsDex2OatArguments(argv); in StartDex2OatCommandLine()
481 runtime->AddCurrentRuntimeFeaturesAsDex2OatArguments(&argv); in CompileBootImage()
H A Druntime.h642 void AddCurrentRuntimeFeaturesAsDex2OatArguments(std::vector<std::string>* arg_vector) const;
H A Druntime.cc2954 void Runtime::AddCurrentRuntimeFeaturesAsDex2OatArguments(std::vector<std::string>* argv) in AddCurrentRuntimeFeaturesAsDex2OatArguments() function in art::Runtime
/aosp_15_r20/art/dex2oat/
H A Ddex2oat_test.cc1973 Runtime::Current()->AddCurrentRuntimeFeaturesAsDex2OatArguments(&argv); in TEST_F()
/aosp_15_r20/art/runtime/gc/space/
H A Dimage_space.cc2032 runtime->AddCurrentRuntimeFeaturesAsDex2OatArguments(&args); in CompileBootclasspathElements()