Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
H A Dstate-values-utils.cc192 size_t previous_input_count = node_count; in BuildTree() local
200 // Make sure we haven't touched inputs below previous_input_count in the in BuildTree()
202 DCHECK_EQ(input_mask & ((1 << previous_input_count) - 1), 0u); in BuildTree()
204 input_mask |= ((1 << previous_input_count) - 1); in BuildTree()

Completed in 2 milliseconds