Home
last modified time | relevance | path

Searched refs:RegisterAllocatorTest (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dregister_allocator_test.cc41 class RegisterAllocatorTest : public OptimizingUnitTest { class
83 TEST_F(RegisterAllocatorTest, test_name##_LinearScan) {\
86 TEST_F(RegisterAllocatorTest, test_name##_GraphColor) {\
90 bool RegisterAllocatorTest::Check(const std::vector<uint16_t>& data, Strategy strategy) { in Check()
105 TEST_F(RegisterAllocatorTest, ValidateIntervals) { in TEST_F() argument
179 void RegisterAllocatorTest::CFG1(Strategy strategy) { in CFG1()
201 void RegisterAllocatorTest::Loop1(Strategy strategy) { in Loop1()
242 void RegisterAllocatorTest::Loop2(Strategy strategy) { in Loop2()
293 void RegisterAllocatorTest::Loop3(Strategy strategy) { in Loop3()
355 TEST_F(RegisterAllocatorTest, FirstRegisterUse) { in TEST_F() argument
[all …]
Dregister_allocator_linear_scan.h173 ART_FRIEND_TEST(RegisterAllocatorTest, FreeUntil);
174 ART_FRIEND_TEST(RegisterAllocatorTest, SpillInactive);
Dssa_liveness_analysis.h1148 ART_FRIEND_TEST(RegisterAllocatorTest, SpillInactive);
1328 ART_FRIEND_TEST(RegisterAllocatorTest, SpillInactive);
1329 ART_FRIEND_TEST(RegisterAllocatorTest, FreeUntil);
Dlocations.h710 friend class RegisterAllocatorTest; variable