Searched defs:RegisterAllocatorTest (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dregister_allocator_test.cc36 class RegisterAllocatorTest : public CommonCompilerTest {}; class in namespace:art
56 TEST_F(RegisterAllocatorTest, ValidateIntervals) {
145 TEST_F(RegisterAllocatorTest, CFG1) {
165 TEST_F(RegisterAllocatorTest, Loop1) {
204 TEST_F(RegisterAllocatorTest, Loop2) {
253 TEST_F(RegisterAllocatorTest, Loop3) {
316 TEST_F(RegisterAllocatorTest, FirstRegisterUse) {
356 TEST_F(RegisterAllocatorTest, DeadPhi) {
397 TEST_F(RegisterAllocatorTest, FreeUntil) {
529 TEST_F(RegisterAllocatorTest, PhiHin
[all...]

Completed in 48 milliseconds