Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator.h602 int GetNextChildId() { in GetNextChildId() function
603 return IsSplinter() ? splintered_from()->GetNextChildId() in GetNextChildId()
625 splinter->relative_id_ = GetNextChildId(); in SetSplinter()
Dregister-allocator.cc596 int new_id = TopLevel()->GetNextChildId(); in SplitAt()