Home
last modified time | relevance | path

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

/art/runtime/
Ddex2oat_environment_test.h190 if (!CommonRuntimeTest::StartDex2OatCommandLine(&argv, error_msg)) { in Dex2Oat()
Ddexopt_test.cc56 if (!CommonRuntimeTest::StartDex2OatCommandLine(&argv, error_msg)) { in Dex2Oat()
Dcommon_runtime_test.h115 bool StartDex2OatCommandLine(/*out*/std::vector<std::string>* argv,
Dcommon_runtime_test.cc418 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()