Home
last modified time | relevance | path

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

/external/v8/src/
Dlithium-allocator.cc493 bool LiveRange::Covers(LifetimePosition position) { in Covers() function in v8::internal::LiveRange
1413 while (cur != NULL && !cur->Covers(safe_point_pos.PrevInstruction())) { in PopulatePointerMaps()
1455 if (range->Covers(position) && in ProcessOsrEntry()
1556 } else if (!cur_active->Covers(position)) { in AllocateRegisters()
1567 } else if (cur_inactive->Covers(position)) { in AllocateRegisters()
Dlithium-allocator.h356 bool Covers(LifetimePosition position);
Dhydrogen.cc8061 while (cur_interval != NULL && range->Covers(cur_interval->start())) { in TraceLiveRange()