Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator.h95 LiveInterval* SplitBetween(LiveInterval* interval, size_t from, size_t to);
Dregister_allocator.cc384 LiveInterval* split = SplitBetween(current, current->GetStart(), first_register_use - 1); in ProcessInstruction()
1006 LiveInterval* split = SplitBetween(current, current->GetStart(), first_register_use - 1); in AllocateBlockedReg()
1109 LiveInterval* RegisterAllocator::SplitBetween(LiveInterval* interval, size_t from, size_t to) { in SplitBetween() function in art::RegisterAllocator