Searched refs:split2 (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/runtime_core/compiler/tests/ |
| D | life_intervals_test.cpp | 114 auto split2 = interval->SplitAt(25, GetAllocator()); in TEST_F() local 116 CheckSiblings({interval, split2, split0, split1}); in TEST_F() 118 CheckRanges(split2, {{25, 50}}); in TEST_F()
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | life_intervals_test.cpp | 128 auto split2 = interval->SplitAt(25U, GetAllocator()); in TEST_F() local 130 CheckSiblings({interval, split2, split0, split1}); in TEST_F() 132 CheckRanges(split2, {{25U, 50U}}); in TEST_F()
|