Searched refs:SplitBetween (Results 1 – 4 of 4) sorted by relevance
/art/compiler/optimizing/ |
D | register_allocator.h | 85 LiveInterval* SplitBetween(LiveInterval* interval, size_t from, size_t to);
|
D | register_allocator.cc | 231 LiveInterval* RegisterAllocator::SplitBetween(LiveInterval* interval, size_t from, size_t to) { in SplitBetween() function in art::RegisterAllocator
|
D | register_allocator_linear_scan.cc | 385 LiveInterval* split = SplitBetween(current, current->GetStart(), first_register_use - 1); in ProcessInstruction() 733 LiveInterval* split = SplitBetween(current, current->GetStart(), free_until[reg]); in TryAllocateFreeReg() 988 LiveInterval* split = SplitBetween(current, current->GetStart(), first_register_use - 1); in AllocateBlockedReg()
|
D | register_allocator_graph_color.cc | 860 LiveInterval* split = SplitBetween(interval, interval->GetStart(), first_register_use - 1); in ProcessInstruction()
|