Home
last modified time | relevance | path

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

/external/v8/src/
Dlithium-allocator.cc1552 LiveRange* cur_active = active_live_ranges_.at(i); in AllocateRegisters() local
1553 if (cur_active->End().Value() <= position.Value()) { in AllocateRegisters()
1554 ActiveToHandled(cur_active); in AllocateRegisters()
1556 } else if (!cur_active->Covers(position)) { in AllocateRegisters()
1557 ActiveToInactive(cur_active); in AllocateRegisters()
1771 LiveRange* cur_active = active_live_ranges_.at(i); in TryAllocateFreeReg() local
1772 free_until_pos[cur_active->assigned_register()] = in TryAllocateFreeReg()