Home
last modified time | relevance | path

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

123

/art/runtime/gc/
Dheap_test.cc31 class HeapTest : public CommonRuntimeTest {
46 CommonRuntimeTest::SetUp(); in SetUp()
102 class ZygoteHeapTest : public CommonRuntimeTest {
104 CommonRuntimeTest::SetUpRuntimeOptions(options); in SetUpRuntimeOptions()
/art/dexlist/
Ddexlist_test.cc34 class DexListTest : public CommonRuntimeTest {
37 CommonRuntimeTest::SetUp(); in SetUp()
/art/dexdump/
Ddexdump_test.cc32 class DexDumpTest : public CommonRuntimeTest {
35 CommonRuntimeTest::SetUp(); in SetUp()
/art/runtime/
Ddex2oat_environment_test.h94 class Dex2oatEnvironmentTest : public Dex2oatScratchDirs, public CommonRuntimeTest {
97 CommonRuntimeTest::SetUp(); in SetUp()
157 CommonRuntimeTest::TearDown(); in TearDown()
195 if (!CommonRuntimeTest::StartDex2OatCommandLine(&argv, error_msg)) { in Dex2Oat()
Dvdex_file_test.cc27 class VdexFileTest : public CommonRuntimeTest {
Dprebuilt_tools_test.cc28 class PrebuiltToolsTest : public CommonRuntimeTest {
Druntime_test.cc29 class RuntimeTest : public CommonRuntimeTest {};
Druntime_callbacks_test.cc51 class RuntimeCallbacksTest : public CommonRuntimeTest {
54 CommonRuntimeTest::SetUp(); in SetUp()
72 CommonRuntimeTest::TearDown(); in TearDown()
387 CommonRuntimeTest::TearDown(); in TearDown()
Dmonitor_pool_test.cc25 class MonitorPoolTest : public CommonRuntimeTest {};
Dproxy_test.cc31 class ProxyTest : public CommonRuntimeTest {
34 CommonRuntimeTest::SetUp(); in SetUp()
Dbarrier_test.cc53 class BarrierTest : public CommonRuntimeTest {
/art/runtime/jit/
Dprofile_saver_test.cc29 class ProfileSaverTest : public CommonRuntimeTest {
34 CommonRuntimeTest::SetUpRuntimeOptions(options); in SetUpRuntimeOptions()
/art/imgdiag/
Dimgdiag_test.cc44 class ImgDiagTest : public CommonRuntimeTest {
47 CommonRuntimeTest::SetUp(); in SetUp()
/art/runtime/jni/
Djava_vm_ext_test.cc28 class JavaVmExtTest : public CommonRuntimeTest {
35 CommonRuntimeTest::SetUp(); in SetUp()
42 CommonRuntimeTest::TearDown(); in TearDown()
/art/libartbase/base/
Dflags_test.cc99 class FlagsTests : public CommonRuntimeTest {
112 CommonRuntimeTest::SetUpRuntimeOptions(options); in SetUpRuntimeOptions()
117 CommonRuntimeTest::TearDown(); in TearDown()
/art/tools/dexanalyze/
Ddexanalyze_test.cc22 class DexAnalyzeTest : public CommonRuntimeTest {
/art/compiler/utils/
Dswap_space_test.cc33 class SwapSpaceTest : public CommonRuntimeTest {
Datomic_dex_ref_map_test.cc28 class AtomicDexRefMapTest : public CommonRuntimeTest {};
/art/runtime/mirror/
Ddex_cache_test.cc33 class DexCacheTest : public CommonRuntimeTest {
43 CommonRuntimeTest::SetUpRuntimeOptions(options); in SetUpRuntimeOptions()
/art/oatdump/
Doatdump_test.h41 class OatDumpTest : public CommonRuntimeTest {
44 CommonRuntimeTest::SetUp(); in SetUp()
53 CommonRuntimeTest::TearDown(); in TearDown()
/art/runtime/entrypoints/
Dmath_entrypoints_test.cc25 class MathEntrypointsTest : public CommonRuntimeTest {};
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints_test.cc27 class QuickTrampolineEntrypointsTest : public CommonRuntimeTest {
/art/runtime/verifier/
Dmethod_verifier_test.cc38 class MethodVerifierTest : public CommonRuntimeTest {
/art/libprofile/
DAndroid.bp184 // For now many of these tests still use CommonRuntimeTest, almost universally because of
186 // TODO: Remove CommonRuntimeTest dependency from these tests.
/art/compiler/
Dexception_test.cc47 class ExceptionTest : public CommonRuntimeTest {
55 CommonRuntimeTest::SetUp(); in SetUp()

123