Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
H A Dnode.h285 return InlineCountField::decode(bit_field_) != kOutlineMarker; in has_inline_inputs()
293 static const int kOutlineMarker = InlineCountField::kMax; member in v8::internal::compiler::final
467 if (inline_count != kOutlineMarker) { in input_edges()
479 if (inline_count != kOutlineMarker) { in inputs()
H A Dnode.cc86 node = new (node_buffer) Node(id, op, kOutlineMarker, 0); in NewImpl()
173 if (inline_count != kOutlineMarker) { in AppendInput()
178 bit_field_ = InlineCountField::update(bit_field_, kOutlineMarker); in AppendInput()
396 DCHECK(inline_count == kOutlineMarker || inline_count <= inline_capacity); in Node()

Completed in 3 milliseconds