Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/maglev/
Dmaglev-graph-labeller.h34 int max_node_id() const { return next_node_id_ - 1; } in max_node_id() function
36 int max_node_id_width() const { return std::ceil(std::log10(max_node_id())); } in max_node_id_width()