Home
last modified time | relevance | path

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

/art/compiler/
Dcommon_compiler_test.cc142 CommonCompilerTest::CommonCompilerTest() {} in CommonCompilerTest() function in art::CommonCompilerTest
143 CommonCompilerTest::~CommonCompilerTest() {} in ~CommonCompilerTest()
145 OatFile::OatMethod CommonCompilerTest::CreateOatMethod(const void* code, const uint8_t* gc_map) { in CreateOatMethod()
163 void CommonCompilerTest::MakeExecutable(mirror::ArtMethod* method) { in MakeExecutable()
250 void CommonCompilerTest::MakeExecutable(const void* code_start, size_t code_length) { in MakeExecutable()
272 void CommonCompilerTest::MakeExecutable(mirror::ClassLoader* class_loader, const char* class_name) { in MakeExecutable()
287 void CommonCompilerTest::SetUp() { in SetUp()
331 void CommonCompilerTest::SetUpRuntimeOptions(RuntimeOptions* options) { in SetUpRuntimeOptions()
342 void CommonCompilerTest::TearDown() { in TearDown()
353 void CommonCompilerTest::CompileClass(mirror::ClassLoader* class_loader, const char* class_name) { in CompileClass()
[all …]
Dcommon_compiler_test.h39 class CommonCompilerTest : public CommonRuntimeTest {
41 CommonCompilerTest();
42 ~CommonCompilerTest();
Delf_writer_test.cc26 class ElfWriterTest : public CommonCompilerTest {
30 CommonCompilerTest::SetUp(); in SetUp()
Dimage_test.cc38 class ImageTest : public CommonCompilerTest {
42 CommonCompilerTest::SetUp(); in SetUp()
Doat_test.cc34 class OatTest : public CommonCompilerTest {
/art/compiler/sea_ir/types/
Dtype_data_test.cc22 class TypeDataTest : public art::CommonCompilerTest {};
Dtype_inference_visitor_test.cc34 class TypeInferenceVisitorTest : public art::CommonCompilerTest {};
/art/compiler/sea_ir/ir/
Dregions_test.cc24 class RegionsTest : public art::CommonCompilerTest {};
/art/runtime/
Dreflection_test.cc30 class ReflectionTest : public CommonCompilerTest {
33 CommonCompilerTest::SetUp(); in SetUp()
74 CommonCompilerTest::TearDown(); in TearDown()
Dproxy_test.cc27 class ProxyTest : public CommonCompilerTest {
Djni_internal_test.cc28 class JniInternalTest : public CommonCompilerTest {
31 CommonCompilerTest::SetUp(); in SetUp()
91 CommonCompilerTest::TearDown(); in TearDown()
/art/compiler/optimizing/
Dcodegen_test.cc56 CommonCompilerTest::MakeExecutable(allocator.GetMemory(), allocator.GetSize()); in Run()
/art/compiler/driver/
Dcompiler_driver_test.cc38 class CompilerDriverTest : public CommonCompilerTest {
/art/compiler/jni/
Djni_compiler_test.cc49 class JniCompilerTest : public CommonCompilerTest {
52 CommonCompilerTest::SetUp(); in SetUp()