Home
last modified time | relevance | path

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

123

/aosp12/art/runtime/gc/
H A Dheap_test.cc31 class HeapTest : public CommonRuntimeTest {
46 CommonRuntimeTest::SetUp(); in SetUp()
102 class ZygoteHeapTest : public CommonRuntimeTest {
104 CommonRuntimeTest::SetUpRuntimeOptions(options); in SetUpRuntimeOptions()
/aosp12/art/runtime/
H A Ddex2oat_environment_test.h45 class Dex2oatEnvironmentTest : public CommonRuntimeTest {
48 CommonRuntimeTest::SetUp(); in SetUp()
134 CommonRuntimeTest::TearDown(); in TearDown()
184 if (!CommonRuntimeTest::StartDex2OatCommandLine(&argv, error_msg)) { in Dex2Oat()
H A Druntime_callbacks_test.cc51 class RuntimeCallbacksTest : public CommonRuntimeTest {
54 CommonRuntimeTest::SetUp(); in SetUp()
72 CommonRuntimeTest::TearDown(); in TearDown()
387 CommonRuntimeTest::TearDown(); in TearDown()
H A Dvdex_file_test.cc27 class VdexFileTest : public CommonRuntimeTest {
H A Dprebuilt_tools_test.cc28 class PrebuiltToolsTest : public CommonRuntimeTest {
H A Druntime_test.cc29 class RuntimeTest : public CommonRuntimeTest {};
H A Dproxy_test.cc31 class ProxyTest : public CommonRuntimeTest {
34 CommonRuntimeTest::SetUp(); in SetUp()
/aosp12/art/dexdump/
H A Ddexdump_test.cc32 class DexDumpTest : public CommonRuntimeTest {
35 CommonRuntimeTest::SetUp(); in SetUp()
/aosp12/art/dexlist/
H A Ddexlist_test.cc34 class DexListTest : public CommonRuntimeTest {
37 CommonRuntimeTest::SetUp(); in SetUp()
/aosp12/art/runtime/jni/
H A Djava_vm_ext_test.cc28 class JavaVmExtTest : public CommonRuntimeTest {
31 CommonRuntimeTest::SetUp(); in SetUp()
38 CommonRuntimeTest::TearDown(); in TearDown()
/aosp12/art/libartbase/base/
H A Dflags_test.cc99 class FlagsTests : public CommonRuntimeTest {
108 CommonRuntimeTest::SetUpRuntimeOptions(options); in SetUpRuntimeOptions()
113 CommonRuntimeTest::TearDown(); in TearDown()
/aosp12/art/runtime/jit/
H A Dprofile_saver_test.cc29 class ProfileSaverTest : public CommonRuntimeTest {
34 CommonRuntimeTest::SetUpRuntimeOptions(options); in SetUpRuntimeOptions()
/aosp12/art/imgdiag/
H A Dimgdiag_test.cc44 class ImgDiagTest : public CommonRuntimeTest {
47 CommonRuntimeTest::SetUp(); in SetUp()
/aosp12/art/oatdump/
H A Doatdump_test.h41 class OatDumpTest : public CommonRuntimeTest {
44 CommonRuntimeTest::SetUp(); in SetUp()
53 CommonRuntimeTest::TearDown(); in TearDown()
/aosp12/art/tools/dexanalyze/
H A Ddexanalyze_test.cc22 class DexAnalyzeTest : public CommonRuntimeTest {
/aosp12/art/runtime/mirror/
H A Ddex_cache_test.cc33 class DexCacheTest : public CommonRuntimeTest {};
38 CommonRuntimeTest::SetUpRuntimeOptions(options); in SetUpRuntimeOptions()
/aosp12/art/libprofile/
H A DAndroid.bp184 // For now many of these tests still use CommonRuntimeTest, almost universally because of
186 // TODO: Remove CommonRuntimeTest dependency from these tests.
/aosp12/art/compiler/utils/
H A Dswap_space_test.cc33 class SwapSpaceTest : public CommonRuntimeTest {
H A Dassembler_test_base.h50 CommonRuntimeTest::SetUpAndroidDataDir(android_data_); in SetUp()
56 CommonRuntimeTest::TearDownAndroidDataDir(android_data_, false); in TearDown()
H A Datomic_dex_ref_map_test.cc28 class AtomicDexRefMapTest : public CommonRuntimeTest {};
/aosp12/art/compiler/
H A Dexception_test.cc47 class ExceptionTest : public CommonRuntimeTest {
55 CommonRuntimeTest::SetUp(); in SetUp()
/aosp12/art/runtime/metrics/
H A Dreporter_test.cc98 class MetricsReporterTest : public CommonRuntimeTest {
102 CommonRuntimeTest::SetUp(); in SetUp()
/aosp12/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints_test.cc27 class QuickTrampolineEntrypointsTest : public CommonRuntimeTest {
/aosp12/art/runtime/verifier/
H A Dmethod_verifier_test.cc38 class MethodVerifierTest : public CommonRuntimeTest {
/aosp12/art/runtime/entrypoints/
H A Dmath_entrypoints_test.cc25 class MathEntrypointsTest : public CommonRuntimeTest {};

123