HomeSort by relevance Sort by last modified time
    Searched refs:kOutlineMarker (Results 1 - 2 of 2) sorted by null

  /external/v8/src/compiler/
node.cc 77 node = new (node_buffer) Node(id, op, kOutlineMarker, 0);
155 if (inline_count != kOutlineMarker) {
160 bit_field_ = InlineCountField::update(bit_field_, kOutlineMarker);
347 DCHECK(inline_count == kOutlineMarker || inline_count <= inline_capacity);