Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dnode.cc53 Node* const* inputs, bool has_extensible_inputs) { in New() argument
72 has_extensible_inputs ? input_count + kMaxInlineCapacity : input_count; in New()
89 if (has_extensible_inputs) { in New()
Dnode.h46 Node* const* inputs, bool has_extensible_inputs);