Searched refs:DetachAt (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/compiler/ |
D | register-allocator.cc | 455 DetachAt(position, child, zone); in SplitAt() 464 UsePosition* LiveRange::DetachAt(LifetimePosition position, LiveRange* result, in DetachAt() function in v8::internal::compiler::LiveRange 844 DetachAt(start, &splinter_temp, zone); in Splinter() 851 UsePosition* last = DetachAt(start, &splinter_temp, zone); in Splinter() 854 last_in_splinter = splinter_temp.DetachAt(end, &end_part, zone); in Splinter()
|
D | register-allocator.h | 369 UsePosition* DetachAt(LifetimePosition position, LiveRange* result,
|