Home
last modified time | relevance | path

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

/art/runtime/
Dmodule_exclusion_test.cc161 bool success = StartDex2OatCommandLine(&argv, &error_msg); in TEST_F()
Ddexopt_test.cc52 if (!CommonRuntimeTest::StartDex2OatCommandLine(&argv, error_msg)) { in Dex2Oat()
Dcommon_runtime_test.h115 bool StartDex2OatCommandLine(/*out*/std::vector<std::string>* argv,
Dcommon_runtime_test.cc390 bool CommonRuntimeTestImpl::StartDex2OatCommandLine(/*out*/std::vector<std::string>* argv, in StartDex2OatCommandLine() function in art::CommonRuntimeTestImpl
/art/runtime/gc/space/
Dimage_space_test.cc114 bool success = StartDex2OatCommandLine(&argv, &error_msg, /*use_runtime_bcp_and_image=*/ false); in TEST_F()
/art/dex2oat/
Ddex2oat_test.cc212 if (!CommonRuntimeTest::StartDex2OatCommandLine(&argv, error_msg)) { in Dex2Oat()