Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator.cc600 DetachAt(position, child, zone, DoNotConnectHints); in SplitAt()
608 UsePosition* LiveRange::DetachAt(LifetimePosition position, LiveRange* result, in DetachAt() function in v8::internal::compiler::LiveRange
935 DetachAt(start, &splinter_temp, zone, ConnectHints); in Splinter()
942 UsePosition* last = DetachAt(start, &splinter_temp, zone, ConnectHints); in Splinter()
949 splinter_temp.DetachAt(end, &end_part, zone, DoNotConnectHints); in Splinter()
Dregister-allocator.h384 UsePosition* DetachAt(LifetimePosition position, LiveRange* result, in NON_EXPORTED_BASE()