Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dnode.cc77 node = new (node_buffer) Node(id, op, kOutlineMarker, 0); in New()
155 if (inline_count != kOutlineMarker) { in AppendInput()
160 bit_field_ = InlineCountField::update(bit_field_, kOutlineMarker); in AppendInput()
332 DCHECK(inline_count == kOutlineMarker || inline_count <= inline_capacity); in Node()
Dnode.h272 return InlineCountField::decode(bit_field_) != kOutlineMarker; in has_inline_inputs()
280 static const int kOutlineMarker = InlineCountField::kMax; variable
403 if (inline_count != kOutlineMarker) { in input_edges()
415 if (inline_count != kOutlineMarker) { in inputs()