Searched refs:SplitBetween (Results 1 – 3 of 3) sorted by relevance
/art/compiler/optimizing/ |
D | register_allocator.h | 88 LiveInterval* SplitBetween(LiveInterval* interval, size_t from, size_t to);
|
D | register_allocator.cc | 242 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()
|