HomeSort by relevance Sort by last modified time
    Searched refs:CommonCompilerTest (Results 1 - 25 of 34) sorted by null

1 2

  /art/compiler/
common_compiler_test.cc 41 CommonCompilerTest::CommonCompilerTest() {}
42 CommonCompilerTest::~CommonCompilerTest() {}
44 void CommonCompilerTest::MakeExecutable(ArtMethod* method) {
105 void CommonCompilerTest::MakeExecutable(const void* code_start, size_t code_length) {
118 void CommonCompilerTest::MakeExecutable(ObjPtr<mirror::ClassLoader> class_loader,
134 std::unordered_set<std::string>* CommonCompilerTest::GetImageClasses() {
141 std::unordered_set<std::string>* CommonCompilerTest::GetCompiledClasses() {
148 std::unordered_set<std::string>* CommonCompilerTest::GetCompiledMethods()
    [all...]
common_compiler_test.h 41 class CommonCompilerTest : public CommonRuntimeTest {
43 CommonCompilerTest();
44 ~CommonCompilerTest();
elf_writer_test.cc 30 class ElfWriterTest : public CommonCompilerTest {
34 CommonCompilerTest::SetUp();
image_test.cc 68 class ImageTest : public CommonCompilerTest {
72 CommonCompilerTest::SetUp();
83 CommonCompilerTest::SetUpRuntimeOptions(options);
  /art/compiler/optimizing/
suspend_check_test.cc 42 class SuspendCheckTest : public CommonCompilerTest {};
dead_code_elimination_test.cc 29 class DeadCodeEliminationTest : public CommonCompilerTest {};
graph_checker_test.cc 56 class GraphCheckerTest : public CommonCompilerTest {};
pretty_printer_test.cc 38 class PrettyPrinterTest : public CommonCompilerTest {};
linearize_test.cc 35 class LinearizeTest : public CommonCompilerTest {};
loop_optimization_test.cc 27 class LoopOptimizationTest : public CommonCompilerTest {
reference_type_propagation_test.cc 30 class ReferenceTypePropagationTest : public CommonCompilerTest {
dominator_test.cc 27 class OptimizerTest : public CommonCompilerTest {};
licm_test.cc 29 class LICMTest : public CommonCompilerTest {
liveness_test.cc 32 class LivenessTest : public CommonCompilerTest {};
scheduler_test.cc 68 class SchedulerTest : public CommonCompilerTest {};
ssa_test.cc 32 class SsaTest : public CommonCompilerTest {};
codegen_test_utils.h 233 CommonCompilerTest::MakeExecutable(allocator.GetMemory(), allocator.GetSize());
find_loops_test.cc 30 class FindLoopsTest : public CommonCompilerTest {};
gvn_test.cc 26 class GVNTest : public CommonCompilerTest {};
live_ranges_test.cc 32 class LiveRangesTest : public CommonCompilerTest {};
  /art/compiler/dex/
dex_to_dex_decompiler_test.cc 35 class DexToDexDecompilerTest : public CommonCompilerTest {
  /art/compiler/driver/
compiler_options.h 326 friend class CommonCompilerTest;
compiler_driver_test.cc 41 class CompilerDriverTest : public CommonCompilerTest {
  /art/runtime/
reflection_test.cc 33 class ReflectionTest : public CommonCompilerTest {
36 CommonCompilerTest::SetUp();
77 CommonCompilerTest::TearDown();
proxy_test.cc 31 class ProxyTest : public CommonCompilerTest {

Completed in 450 milliseconds

1 2