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

  /external/v8/src/compiler/
linkage.cc 48 return os << d.kind() << ":" << d.debug_name() << ":r" << d.ReturnCount()
55 size_t return_count = ReturnCount();
69 if (ReturnCount() != other->ReturnCount()) return false;
70 for (size_t i = 0; i < ReturnCount(); ++i) {
201 for (size_t i = 0; i < ReturnCount(); ++i) {
wasm-linkage.cc 326 size_t return_count = descriptor->ReturnCount();
332 for (size_t i = 0; i < descriptor->ReturnCount(); i++) {
338 return_count == descriptor->ReturnCount()) {
346 for (size_t i = 0; i < descriptor->ReturnCount(); i++) {
simd-scalar-lowering.cc 342 (descriptor->ReturnCount() == 1 &&
350 if (descriptor->ReturnCount() == 1 &&
linkage.h 228 size_t ReturnCount() const { return location_sig_->return_count(); }
int64-lowering.cc 291 (descriptor->ReturnCount() == 1 &&
298 if (descriptor->ReturnCount() == 1 &&
791 for (size_t i = 0; i < descriptor->ReturnCount(); i++) {
    [all...]
code-assembler.cc 508 int return_count = static_cast<int>(desc->ReturnCount());
537 int return_count = static_cast<int>(desc->ReturnCount());
machine-graph-verifier.cc 138 if (desc->ReturnCount() > 0) {
502 size_t return_count = inferrer_->call_descriptor()->ReturnCount();
instruction-selector.cc 634 output_nodes.reserve(descriptor->ReturnCount());
635 outputs.reserve(descriptor->ReturnCount());
668 static_cast<int>(buffer->descriptor->ReturnCount()));
673 if (buffer->descriptor->ReturnCount() > 0) {
675 if (buffer->descriptor->ReturnCount() == 1) {
678 buffer->output_nodes.resize(buffer->descriptor->ReturnCount(), nullptr);
    [all...]
common-operator.cc     [all...]
simplified-lowering.cc     [all...]
  /external/v8/src/interpreter/
bytecodes.h     [all...]
interpreter.cc 143 Bytecodes::ToString(bytecode), Bytecodes::ReturnCount(bytecode));
    [all...]
  /external/v8/src/compiler/x87/
code-generator-x87.cc     [all...]

Completed in 2091 milliseconds