Searched refs:CommonCompilerTest (Results 1 – 14 of 14) sorted by relevance
142 CommonCompilerTest::CommonCompilerTest() {} in CommonCompilerTest() function in art::CommonCompilerTest143 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 …]
39 class CommonCompilerTest : public CommonRuntimeTest {41 CommonCompilerTest();42 ~CommonCompilerTest();
26 class ElfWriterTest : public CommonCompilerTest {30 CommonCompilerTest::SetUp(); in SetUp()
38 class ImageTest : public CommonCompilerTest {42 CommonCompilerTest::SetUp(); in SetUp()
34 class OatTest : public CommonCompilerTest {
22 class TypeDataTest : public art::CommonCompilerTest {};
34 class TypeInferenceVisitorTest : public art::CommonCompilerTest {};
24 class RegionsTest : public art::CommonCompilerTest {};
30 class ReflectionTest : public CommonCompilerTest {33 CommonCompilerTest::SetUp(); in SetUp()74 CommonCompilerTest::TearDown(); in TearDown()
27 class ProxyTest : public CommonCompilerTest {
28 class JniInternalTest : public CommonCompilerTest {31 CommonCompilerTest::SetUp(); in SetUp()91 CommonCompilerTest::TearDown(); in TearDown()
56 CommonCompilerTest::MakeExecutable(allocator.GetMemory(), allocator.GetSize()); in Run()
38 class CompilerDriverTest : public CommonCompilerTest {
49 class JniCompilerTest : public CommonCompilerTest {52 CommonCompilerTest::SetUp(); in SetUp()