Searched refs:RegisterAllocatorTest (Results 1 – 4 of 4) sorted by relevance
/art/compiler/optimizing/ |
D | register_allocator_test.cc | 60 TEST(RegisterAllocatorTest, ValidateIntervals) { in TEST() argument 149 TEST(RegisterAllocatorTest, CFG1) { in TEST() argument 169 TEST(RegisterAllocatorTest, Loop1) { in TEST() argument 208 TEST(RegisterAllocatorTest, Loop2) { in TEST() argument 266 TEST(RegisterAllocatorTest, Loop3) { in TEST() argument 329 TEST(RegisterAllocatorTest, FirstRegisterUse) { in TEST() argument 369 TEST(RegisterAllocatorTest, DeadPhi) { in TEST() argument 410 TEST(RegisterAllocatorTest, FreeUntil) { in TEST() argument 512 TEST(RegisterAllocatorTest, PhiHint) { in TEST() argument 622 TEST(RegisterAllocatorTest, ExpectedInRegisterHint) { in TEST() argument [all …]
|
D | register_allocator.h | 230 ART_FRIEND_TEST(RegisterAllocatorTest, FreeUntil); 231 ART_FRIEND_TEST(RegisterAllocatorTest, SpillInactive);
|
D | locations.h | 615 ART_FRIEND_TEST(RegisterAllocatorTest, ExpectedInRegisterHint); 616 ART_FRIEND_TEST(RegisterAllocatorTest, SameAsFirstInputHint);
|
D | ssa_liveness_analysis.h | 1072 ART_FRIEND_TEST(RegisterAllocatorTest, SpillInactive); 1216 ART_FRIEND_TEST(RegisterAllocatorTest, SpillInactive);
|