Searched refs:DetachAt (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/compiler/ |
D | register-allocator.cc | 593 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()
|
D | register-allocator.h | 387 UsePosition* DetachAt(LifetimePosition position, LiveRange* result, in NON_EXPORTED_BASE()
|