Home
last modified time | relevance | path

Searched refs:with_children (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
H A Dregister-allocator.h674 void Print(const RegisterConfiguration* config, bool with_children) const;
675 void Print(bool with_children) const;
H A Dregister-allocator.cc776 bool with_children) const { in Print()
783 if (!with_children) break; in Print()
787 void LiveRange::Print(bool with_children) const { in Print()
788 Print(RegisterConfiguration::Default(), with_children); in Print() local

Completed in 12 milliseconds