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

  /external/v8/src/compiler/
js-inlining.cc 96 static_cast<int>(start->op()->ValueOutputCount()) - 3;
98 static_cast<int>(start->op()->ValueOutputCount()) - 2;
100 static_cast<int>(start->op()->ValueOutputCount()) - 1;
626 DCHECK_EQ(parameter_count, start->op()->ValueOutputCount() - 5);
js-context-specialization.cc 95 return index == start->op()->ValueOutputCount() - 2;
operator.h 103 int ValueOutputCount() const { return value_out_; }
verifier.cc 136 CheckOutput(value, node, value->op()->ValueOutputCount(), "value");
141 value->op()->ValueOutputCount() <= 1);
147 CheckOutput(context, node, context->op()->ValueOutputCount(), "context");
215 CHECK_EQ(0, node->op()->ValueOutputCount());
404 CHECK_LT(index + 1, start->op()->ValueOutputCount());
450 CHECK_GT(input->op()->ValueOutputCount(), index);
    [all...]
graph-visualizer.cc 321 << node->op()->ValueOutputCount() << " v "
int64-lowering.cc 280 int new_output_count = node->op()->ValueOutputCount() + delta;
    [all...]
typer.cc 67 if (node->op()->ValueOutputCount() == 0) return NoChange();
365 if (node->op()->ValueOutputCount() > 0) {
668 int const parameter_count = start->op()->ValueOutputCount() - 4;
    [all...]
scheduler.cc     [all...]
simd-scalar-lowering.cc     [all...]
bytecode-graph-builder.cc 269 for (int i = 0; i < node->op()->ValueOutputCount(); i++) {
    [all...]
instruction-selector.cc 823 DCHECK_LE(call->op()->ValueOutputCount(), ret_count);
    [all...]
simplified-lowering.cc 416 if (node->op()->ValueOutputCount() == 0) return false;
    [all...]
effect-control-linearizer.cc     [all...]

Completed in 1972 milliseconds