Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator.cc593 DetachAt(position, child, zone, DoNotConnectHints); in SplitAt()
601 UsePosition* LiveRange::DetachAt(LifetimePosition position, LiveRange* result, in DetachAt() function in v8::internal::compiler::LiveRange
930 DetachAt(start, &splinter_temp, zone, ConnectHints); in Splinter()
937 UsePosition* last = DetachAt(start, &splinter_temp, zone, ConnectHints); in Splinter()
944 splinter_temp.DetachAt(end, &end_part, zone, DoNotConnectHints); in Splinter()
Dregister-allocator.h387 UsePosition* DetachAt(LifetimePosition position, LiveRange* result, in NON_EXPORTED_BASE()