Searched refs:AddCurrentRuntimeFeaturesAsDex2OatArguments (Results 1 – 5 of 5) sorted by relevance
410 runtime->AddCurrentRuntimeFeaturesAsDex2OatArguments(argv); in StartDex2OatCommandLine()455 runtime->AddCurrentRuntimeFeaturesAsDex2OatArguments(&argv); in CompileBootImage()
589 void AddCurrentRuntimeFeaturesAsDex2OatArguments(std::vector<std::string>* arg_vector) const;
2851 void Runtime::AddCurrentRuntimeFeaturesAsDex2OatArguments(std::vector<std::string>* argv) in AddCurrentRuntimeFeaturesAsDex2OatArguments() function in art::Runtime
2237 Runtime::Current()->AddCurrentRuntimeFeaturesAsDex2OatArguments(&argv); in TEST_F()
1985 runtime->AddCurrentRuntimeFeaturesAsDex2OatArguments(&args); in CompileExtension()