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

  /external/chromium_org/v8/test/cctest/compiler/
test-linkage.cc 69 CHECK_EQ(1, descriptor->ReturnCount());
96 CHECK_EQ(1, descriptor->ReturnCount());
  /external/chromium_org/v8/src/compiler/
linkage.cc 36 return os << d.kind() << ":" << d.debug_name() << ":r" << d.ReturnCount()
linkage.h 84 size_t ReturnCount() const { return machine_sig_->return_count(); }
instruction-selector.cc 243 output_nodes.reserve(d->ReturnCount());
244 outputs.reserve(d->ReturnCount());
256 DCHECK_EQ(call->op()->OutputCount(), buffer->descriptor->ReturnCount());
260 if (buffer->descriptor->ReturnCount() > 0) {
262 if (buffer->descriptor->ReturnCount() == 1) {
265 buffer->output_nodes.resize(buffer->descriptor->ReturnCount(), NULL);
    [all...]
common-operator.cc 234 static_cast<int>(descriptor->ReturnCount()), mnemonic,

Completed in 913 milliseconds