Searched refs:AddCurrentRuntimeFeaturesAsDex2OatArguments (Results 1 – 5 of 5) sorted by relevance
435 runtime->AddCurrentRuntimeFeaturesAsDex2OatArguments(argv); in StartDex2OatCommandLine()481 runtime->AddCurrentRuntimeFeaturesAsDex2OatArguments(&argv); in CompileBootImage()
639 void AddCurrentRuntimeFeaturesAsDex2OatArguments(std::vector<std::string>* arg_vector) const;
2951 void Runtime::AddCurrentRuntimeFeaturesAsDex2OatArguments(std::vector<std::string>* argv) in AddCurrentRuntimeFeaturesAsDex2OatArguments() function in art::Runtime
1961 Runtime::Current()->AddCurrentRuntimeFeaturesAsDex2OatArguments(&argv); in TEST_F()
2018 runtime->AddCurrentRuntimeFeaturesAsDex2OatArguments(&args); in CompileBootclasspathElements()