Home
last modified time | relevance | path

Searched refs:RunDex2Oat (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dmodule_exclusion_test.cc170 success = RunDex2Oat(argv, &error_msg); in TEST_F()
Dcommon_runtime_test.h135 bool RunDex2Oat(const std::vector<std::string>& args, std::string* error_msg);
Dcommon_runtime_test.cc483 bool result = RunDex2Oat(argv, error_msg); in CompileBootImage()
496 bool CommonRuntimeTestImpl::RunDex2Oat(const std::vector<std::string>& args, in RunDex2Oat() function in art::CommonRuntimeTestImpl
/art/runtime/gc/space/
Dimage_space_test.cc129 success = RunDex2Oat(argv, &error_msg); in TEST_F()