Searched refs:CommonRuntimeTest (Results 1 – 25 of 55) sorted by relevance
123
119 CommonRuntimeTest::CommonRuntimeTest() {} in CommonRuntimeTest() function in art::CommonRuntimeTest120 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()[all …]
27 class JavaVmExtTest : public CommonRuntimeTest {30 CommonRuntimeTest::SetUp(); in SetUp()37 CommonRuntimeTest::TearDown(); in TearDown()
67 class CommonRuntimeTest : public testing::Test {77 CommonRuntimeTest();78 ~CommonRuntimeTest();
27 class DexMethodIteratorTest : public CommonRuntimeTest {
28 class PrebuiltToolsTest : public CommonRuntimeTest {
28 CommonRuntimeTest::SetUpAndroidRoot(); in SetUpTestCase()37 std::string lib_core(CommonRuntimeTest::GetLibCoreDexFileName()); in TEST_F()
31 class ZipArchiveTest : public CommonRuntimeTest {};
37 class ExceptionTest : public CommonRuntimeTest {40 CommonRuntimeTest::SetUp(); in SetUp()
25 class MonitorPoolTest : public CommonRuntimeTest {};
53 class ThreadPoolTest : public CommonRuntimeTest {
26 class UtfTest : public CommonRuntimeTest {};
53 class BarrierTest : public CommonRuntimeTest {
30 class HeapTest : public CommonRuntimeTest {};75 class ZygoteHeapTest : public CommonRuntimeTest {77 CommonRuntimeTest::SetUpRuntimeOptions(options); in SetUpRuntimeOptions()
26 class ReferenceQueueTest : public CommonRuntimeTest {};
39 class ImgDiagTest : public CommonRuntimeTest {42 CommonRuntimeTest::SetUp(); in SetUp()
36 class OatDumpTest : public CommonRuntimeTest {39 CommonRuntimeTest::SetUp(); in SetUp()
23 class ScopedFlockTest : public CommonRuntimeTest {};
30 class MethodVerifierTest : public CommonRuntimeTest {
32 class DexCacheTest : public CommonRuntimeTest {};
31 class SwapSpaceTest : public CommonRuntimeTest {
169 CommonRuntimeTest::SetUp(); in SetUp()204 CommonRuntimeTest::SetUpRuntimeOptions(options); in SetUpRuntimeOptions()222 CommonRuntimeTest::TearDown(); in TearDown()
40 class CommonCompilerTest : public CommonRuntimeTest {
27 class OutputStreamTest : public CommonRuntimeTest {
38 art::CommonRuntimeTest::SetUpAndroidData(android_data_); in SetUp()42 art::CommonRuntimeTest::TearDownAndroidData(android_data_, true); in TearDown()
25 class MathEntrypointsTest : public CommonRuntimeTest {};