Home
last modified time | relevance | path

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

/art/compiler/dex/
Dgvn_dead_code_elimination_test.cc593 static const int32_t sreg_to_vreg_map[] = { 0, 1, 2, 2 }; in TEST_F() local
594 PrepareSRegToVRegMap(sreg_to_vreg_map); in TEST_F()
635 static const int32_t sreg_to_vreg_map[] = { 0, 1, 2, 3, 2 }; in TEST_F() local
636 PrepareSRegToVRegMap(sreg_to_vreg_map); in TEST_F()
676 static const int32_t sreg_to_vreg_map[] = { 0, 1, 2, 0 }; in TEST_F() local
677 PrepareSRegToVRegMap(sreg_to_vreg_map); in TEST_F()
717 static const int32_t sreg_to_vreg_map[] = { 0, 1, 2, 0, 1 /* high word */ }; in TEST_F() local
718 PrepareSRegToVRegMap(sreg_to_vreg_map); in TEST_F()
758 static const int32_t sreg_to_vreg_map[] = { 0, 1, 2, 1, 3, 0, 1 /* high word */ }; in TEST_F() local
759 PrepareSRegToVRegMap(sreg_to_vreg_map); in TEST_F()
[all …]