Home
last modified time | relevance | path

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

/art/compiler/
Dcommon_compiler_test.cc47 CommonCompilerTest::CommonCompilerTest() {} in CommonCompilerTest() function in art::CommonCompilerTest
48 CommonCompilerTest::~CommonCompilerTest() {} in ~CommonCompilerTest()
50 void CommonCompilerTest::MakeExecutable(ArtMethod* method, const CompiledMethod* compiled_method) { in MakeExecutable()
92 void CommonCompilerTest::MakeExecutable(const void* code_start, size_t code_length) { in MakeExecutable()
107 void CommonCompilerTest::SetUp() { in SetUp()
122 void CommonCompilerTest::ApplyInstructionSet() { in ApplyInstructionSet()
136 void CommonCompilerTest::OverrideInstructionSetFeatures(InstructionSet instruction_set, in OverrideInstructionSetFeatures()
149 void CommonCompilerTest::SetUpRuntimeOptions(RuntimeOptions* options) { in SetUpRuntimeOptions()
158 Compiler::Kind CommonCompilerTest::GetCompilerKind() const { in GetCompilerKind()
162 void CommonCompilerTest::SetCompilerKind(Compiler::Kind compiler_kind) { in SetCompilerKind()
[all …]
Dcommon_compiler_test.h45 class CommonCompilerTest : public CommonRuntimeTest {
47 CommonCompilerTest();
48 ~CommonCompilerTest();
/art/dex2oat/
Dcommon_compiler_driver_test.cc100 CommonCompilerTest::SetUpRuntimeOptions(options); in SetUpRuntimeOptions()
109 CommonCompilerTest::SetUp(); in SetUp()
127 CommonCompilerTest::TearDown(); in TearDown()
Dcommon_compiler_driver_test.h35 class CommonCompilerDriverTest : public CommonCompilerTest {
Dverifier_deps_test.cc63 CommonCompilerTest::SetUpRuntimeOptions(options); in SetUpRuntimeOptions()
/art/runtime/
Dmodule_exclusion_test.cc34 class ModuleExclusionTest : public CommonCompilerTest {
37 : CommonCompilerTest(), in ModuleExclusionTest()
41 std::vector<std::string> modules = CommonCompilerTest::GetLibCoreModuleNames(); in GetLibCoreModuleNames()
78 CommonCompilerTest::SetUpRuntimeOptions(options); in SetUpRuntimeOptions()
Dreflection_test.cc35 class ReflectionTest : public CommonCompilerTest {
38 CommonCompilerTest::SetUp(); in SetUp()
79 CommonCompilerTest::TearDown(); in TearDown()
/art/dex2oat/linker/
Delf_writer_test.cc39 CommonCompilerTest::SetUp(); in SetUp()
Dimage_test.h81 CommonCompilerTest::SetUp(); in SetUp()
92 CommonCompilerTest::SetUpRuntimeOptions(options); in SetUpRuntimeOptions()
/art/compiler/debug/dwarf/
Ddwarf_test.h42 class DwarfTest : public CommonCompilerTest {
/art/compiler/driver/
Dcompiler_options.h468 friend class CommonCompilerTest; variable
/art/compiler/optimizing/
Doptimizing_unit_test.h211 class OptimizingUnitTest : public CommonCompilerTest, public OptimizingUnitTestHelper {};
Dcodegen_test_utils.h252 CommonCompilerTest::MakeExecutable(allocator.GetMemory().data(), allocator.GetMemory().size()); in Run()
/art/dex2oat/driver/
Dcompiler_driver_test.cc90 CommonCompilerTest::MakeExecutable(method, compiled_method); in MakeExecutable()
/art/compiler/jni/
Djni_compiler_test.cc227 class JniCompilerTest : public CommonCompilerTest {
230 CommonCompilerTest::SetUp(); in SetUp()
236 CommonCompilerTest::TearDown(); in TearDown()