Home
last modified time | relevance | path

Searched refs:StartDex2OatCommandLine (Results 1 – 6 of 6) sorted by relevance

/art/runtime/
Ddex2oat_environment_test.h184 if (!CommonRuntimeTest::StartDex2OatCommandLine(&argv, error_msg)) { in Dex2Oat()
Dmodule_exclusion_test.cc161 bool success = StartDex2OatCommandLine(&argv, &error_msg); in TEST_F()
Ddexopt_test.cc55 if (!CommonRuntimeTest::StartDex2OatCommandLine(&argv, error_msg)) { in Dex2Oat()
Dcommon_runtime_test.h115 bool StartDex2OatCommandLine(/*out*/std::vector<std::string>* argv,
Dcommon_runtime_test.cc394 bool CommonRuntimeTestImpl::StartDex2OatCommandLine(/*out*/std::vector<std::string>* argv, in StartDex2OatCommandLine() function in art::CommonRuntimeTestImpl
/art/runtime/gc/space/
Dimage_space_test.cc112 bool success = StartDex2OatCommandLine(&argv, &error_msg, /*use_runtime_bcp_and_image=*/ false); in TEST_F()