Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator.h88 LiveInterval* SplitBetween(LiveInterval* interval, size_t from, size_t to);
Dregister_allocator.cc242 LiveInterval* RegisterAllocator::SplitBetween(LiveInterval* interval, size_t from, size_t to) { in SplitBetween() function in art::RegisterAllocator
Dregister_allocator_linear_scan.cc385 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()