Searched refs:AddCurrentRuntimeFeaturesAsDex2OatArguments (Results 1 – 6 of 6) sorted by relevance
164 runtime->AddCurrentRuntimeFeaturesAsDex2OatArguments(&argv); in CompileBootImage()
2390 Runtime::Current()->AddCurrentRuntimeFeaturesAsDex2OatArguments(&argv); in TEST_F()
420 runtime->AddCurrentRuntimeFeaturesAsDex2OatArguments(argv); in StartDex2OatCommandLine()
542 void AddCurrentRuntimeFeaturesAsDex2OatArguments(std::vector<std::string>* arg_vector) const;
2535 void Runtime::AddCurrentRuntimeFeaturesAsDex2OatArguments(std::vector<std::string>* argv) in AddCurrentRuntimeFeaturesAsDex2OatArguments() function in art::Runtime
161 Runtime::Current()->AddCurrentRuntimeFeaturesAsDex2OatArguments(&arg_vector); in GenerateImage()