Home
last modified time | relevance | path

Searched refs:CommonRuntimeTest (Results 1 – 25 of 55) sorted by relevance

123

/art/runtime/
Dcommon_runtime_test.cc119 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()
[all …]
Djava_vm_ext_test.cc27 class JavaVmExtTest : public CommonRuntimeTest {
30 CommonRuntimeTest::SetUp(); in SetUp()
37 CommonRuntimeTest::TearDown(); in TearDown()
Dcommon_runtime_test.h67 class CommonRuntimeTest : public testing::Test {
77 CommonRuntimeTest();
78 ~CommonRuntimeTest();
Ddex_method_iterator_test.cc27 class DexMethodIteratorTest : public CommonRuntimeTest {
Dprebuilt_tools_test.cc28 class PrebuiltToolsTest : public CommonRuntimeTest {
Dparsed_options_test.cc28 CommonRuntimeTest::SetUpAndroidRoot(); in SetUpTestCase()
37 std::string lib_core(CommonRuntimeTest::GetLibCoreDexFileName()); in TEST_F()
Dzip_archive_test.cc31 class ZipArchiveTest : public CommonRuntimeTest {};
Dexception_test.cc37 class ExceptionTest : public CommonRuntimeTest {
40 CommonRuntimeTest::SetUp(); in SetUp()
Dmonitor_pool_test.cc25 class MonitorPoolTest : public CommonRuntimeTest {};
Dutf_test.cc26 class UtfTest : public CommonRuntimeTest {};
Dbarrier_test.cc53 class BarrierTest : public CommonRuntimeTest {
Dthread_pool_test.cc53 class ThreadPoolTest : public CommonRuntimeTest {
/art/runtime/gc/
Dheap_test.cc30 class HeapTest : public CommonRuntimeTest {};
75 class ZygoteHeapTest : public CommonRuntimeTest {
77 CommonRuntimeTest::SetUpRuntimeOptions(options); in SetUpRuntimeOptions()
Dreference_queue_test.cc26 class ReferenceQueueTest : public CommonRuntimeTest {};
/art/imgdiag/
Dimgdiag_test.cc39 class ImgDiagTest : public CommonRuntimeTest {
42 CommonRuntimeTest::SetUp(); in SetUp()
/art/oatdump/
Doatdump_test.cc36 class OatDumpTest : public CommonRuntimeTest {
39 CommonRuntimeTest::SetUp(); in SetUp()
/art/runtime/base/
Dscoped_flock_test.cc23 class ScopedFlockTest : public CommonRuntimeTest {};
/art/runtime/verifier/
Dmethod_verifier_test.cc30 class MethodVerifierTest : public CommonRuntimeTest {
/art/runtime/mirror/
Ddex_cache_test.cc32 class DexCacheTest : public CommonRuntimeTest {};
/art/compiler/utils/
Dswap_space_test.cc31 class SwapSpaceTest : public CommonRuntimeTest {
/art/compiler/
Dcommon_compiler_test.cc169 CommonRuntimeTest::SetUp(); in SetUp()
204 CommonRuntimeTest::SetUpRuntimeOptions(options); in SetUpRuntimeOptions()
222 CommonRuntimeTest::TearDown(); in TearDown()
Dcommon_compiler_test.h40 class CommonCompilerTest : public CommonRuntimeTest {
Doutput_stream_test.cc27 class OutputStreamTest : public CommonRuntimeTest {
/art/runtime/base/unix_file/
Drandom_access_file_test.h38 art::CommonRuntimeTest::SetUpAndroidData(android_data_); in SetUp()
42 art::CommonRuntimeTest::TearDownAndroidData(android_data_, true); in TearDown()
/art/runtime/entrypoints/
Dmath_entrypoints_test.cc25 class MathEntrypointsTest : public CommonRuntimeTest {};

123