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

  /external/v8/src/compiler/
graph-replay.cc 77 PrintF("%d", op->ValueOutputCount() - 3);
js-inlining.cc 90 static_cast<int>(start->op()->ValueOutputCount()) - 3;
92 static_cast<int>(start->op()->ValueOutputCount()) - 2;
94 static_cast<int>(start->op()->ValueOutputCount()) - 1;
730 DCHECK_EQ(parameter_count, start->op()->ValueOutputCount() - 5);
operator.h 106 int ValueOutputCount() const { return value_out_; }
verifier.cc 126 CheckOutput(value, node, value->op()->ValueOutputCount(), "value");
131 value->op()->ValueOutputCount() <= 1);
137 CheckOutput(context, node, context->op()->ValueOutputCount(), "context");
189 CHECK(node->op()->ValueOutputCount() == 0);
339 CHECK_LT(index + 1, start->op()->ValueOutputCount());
402 CHECK_GT(input->op()->ValueOutputCount(), index);
    [all...]
node-properties.cc 436 if (index == start->op()->ValueOutputCount() - 2) {
simd-scalar-lowering.cc 243 int new_output_count = node->op()->ValueOutputCount() + delta;
typer.cc 77 if (node->op()->ValueOutputCount() == 0) return NoChange();
352 if (node->op()->ValueOutputCount() > 0) {
566 int const parameter_count = start->op()->ValueOutputCount() - 4;
    [all...]
graph-visualizer.cc 170 << node->op()->ValueOutputCount() << " v "
int64-lowering.cc 251 int new_output_count = node->op()->ValueOutputCount() + delta;
    [all...]
scheduler.cc     [all...]
bytecode-graph-builder.cc 233 for (int i = 0; i < node->op()->ValueOutputCount(); i++) {
    [all...]
instruction-selector.cc 667 DCHECK_LE(call->op()->ValueOutputCount(),
    [all...]
simplified-lowering.cc 411 if (node->op()->ValueOutputCount() == 0) return false;
    [all...]

Completed in 364 milliseconds