Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.h971 int GetNextChildId() { return ++last_child_id_; } in GetNextChildId() function
Dregister-allocator.cc535 int new_id = TopLevel()->GetNextChildId(); in SplitAt()