Home
last modified time | relevance | path

Searched refs:CommonCompilerTest (Results 1 – 13 of 13) sorted by relevance

/art/compiler/
Dcommon_compiler_test.cc43 CommonCompilerTest::CommonCompilerTest() {} in CommonCompilerTest() function in art::CommonCompilerTest
44 CommonCompilerTest::~CommonCompilerTest() {} in ~CommonCompilerTest()
46 void CommonCompilerTest::MakeExecutable(ArtMethod* method) { in MakeExecutable()
107 void CommonCompilerTest::MakeExecutable(const void* code_start, size_t code_length) { in MakeExecutable()
120 void CommonCompilerTest::MakeExecutable(ObjPtr<mirror::ClassLoader> class_loader, in MakeExecutable()
136 std::unordered_set<std::string>* CommonCompilerTest::GetImageClasses() { in GetImageClasses()
143 std::unordered_set<std::string>* CommonCompilerTest::GetCompiledClasses() { in GetCompiledClasses()
150 std::unordered_set<std::string>* CommonCompilerTest::GetCompiledMethods() { in GetCompiledMethods()
156 ProfileCompilationInfo* CommonCompilerTest::GetProfileCompilationInfo() { in GetProfileCompilationInfo()
161 void CommonCompilerTest::SetUp() { in SetUp()
[all …]
Dcommon_compiler_test.h41 class CommonCompilerTest : public CommonRuntimeTest {
43 CommonCompilerTest();
44 ~CommonCompilerTest();
Dverifier_deps_test.cc59 class VerifierDepsTest : public CommonCompilerTest {
62 CommonCompilerTest::SetUpRuntimeOptions(options); in SetUpRuntimeOptions()
/art/dex2oat/linker/
Delf_writer_test.cc32 class ElfWriterTest : public CommonCompilerTest {
36 CommonCompilerTest::SetUp(); in SetUp()
Dimage_test.h73 class ImageTest : public CommonCompilerTest {
77 CommonCompilerTest::SetUp(); in SetUp()
88 CommonCompilerTest::SetUpRuntimeOptions(options); in SetUpRuntimeOptions()
Doat_writer_test.cc54 class OatTest : public CommonCompilerTest {
/art/compiler/dex/
Ddex_to_dex_decompiler_test.cc36 class DexToDexDecompilerTest : public CommonCompilerTest {
/art/compiler/driver/
Dcompiler_options.h359 friend class CommonCompilerTest; variable
Dcompiler_driver_test.cc43 class CompilerDriverTest : public CommonCompilerTest {
/art/compiler/optimizing/
Doptimizing_unit_test.h187 class OptimizingUnitTest : public CommonCompilerTest, public OptimizingUnitTestHelper {};
Dcodegen_test_utils.h272 CommonCompilerTest::MakeExecutable(allocator.GetMemory(), allocator.GetSize()); in Run()
/art/runtime/
Dreflection_test.cc34 class ReflectionTest : public CommonCompilerTest {
37 CommonCompilerTest::SetUp(); in SetUp()
78 CommonCompilerTest::TearDown(); in TearDown()
/art/compiler/jni/
Djni_compiler_test.cc222 class JniCompilerTest : public CommonCompilerTest {
225 CommonCompilerTest::SetUp(); in SetUp()
231 CommonCompilerTest::TearDown(); in TearDown()