Lines Matching refs:CommonRuntimeTest

119 CommonRuntimeTest::CommonRuntimeTest() {}  in CommonRuntimeTest()  function in art::CommonRuntimeTest
120 CommonRuntimeTest::~CommonRuntimeTest() { in ~CommonRuntimeTest()
126 void CommonRuntimeTest::SetUpAndroidRoot() { in SetUpAndroidRoot()
168 void CommonRuntimeTest::SetUpAndroidData(std::string& android_data) { in SetUpAndroidData()
187 void CommonRuntimeTest::TearDownAndroidData(const std::string& android_data, bool fail_on_error) { in TearDownAndroidData()
237 std::string CommonRuntimeTest::GetAndroidHostToolsDir() { in GetAndroidHostToolsDir()
243 std::string CommonRuntimeTest::GetAndroidTargetToolsDir(InstructionSet isa) { in GetAndroidTargetToolsDir()
271 std::string CommonRuntimeTest::GetCoreArtLocation() { in GetCoreArtLocation()
275 std::string CommonRuntimeTest::GetCoreOatLocation() { in GetCoreOatLocation()
279 std::unique_ptr<const DexFile> CommonRuntimeTest::LoadExpectSingleDexFile(const char* location) { in LoadExpectSingleDexFile()
292 void CommonRuntimeTest::SetUp() { in SetUp()
362 void CommonRuntimeTest::ClearDirectory(const char* dirpath) { in ClearDirectory()
389 void CommonRuntimeTest::TearDown() { in TearDown()
409 std::string CommonRuntimeTest::GetLibCoreDexFileName() { in GetLibCoreDexFileName()
413 std::string CommonRuntimeTest::GetDexFileName(const std::string& jar_prefix) { in GetDexFileName()
422 std::string CommonRuntimeTest::GetTestAndroidRoot() { in GetTestAndroidRoot()
442 std::string CommonRuntimeTest::GetTestDexFileName(const char* name) { in GetTestDexFileName()
457 std::vector<std::unique_ptr<const DexFile>> CommonRuntimeTest::OpenTestDexFiles(const char* name) { in OpenTestDexFiles()
470 std::unique_ptr<const DexFile> CommonRuntimeTest::OpenTestDexFile(const char* name) { in OpenTestDexFile()
476 std::vector<const DexFile*> CommonRuntimeTest::GetDexFiles(jobject jclass_loader) { in GetDexFiles()
536 const DexFile* CommonRuntimeTest::GetFirstDexFile(jobject jclass_loader) { in GetFirstDexFile()
544 jobject CommonRuntimeTest::LoadDex(const char* dex_name) { in LoadDex()
559 std::string CommonRuntimeTest::GetCoreFileLocation(const char* suffix) { in GetCoreFileLocation()