Home
last modified time | relevance | path

Searched refs:kReturnCount (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/codegen/
Dinterface-descriptors-inl.h79 DerivedDescriptor::flags(), DerivedDescriptor::kReturnCount, in Initialize()
98 DerivedDescriptor::kReturnCount >= 0, in GetReturnCount()
102 return DerivedDescriptor::kReturnCount; in GetReturnCount()
Dinterface-descriptors.h420 static constexpr int kReturnCount =
565 static constexpr int kReturnCount = return_count; \
581 static constexpr int kReturnCount = 1; \
615 kReturnCount + kParameterCount == arraysize(machine_types), \
628 static constexpr int kReturnCount = 1; \
643 static constexpr int kReturnCount = 1; \
/third_party/node/deps/v8/src/compiler/
Djs-typed-lowering.cc1567 static const int kReturnCount = 1; in ReduceBuiltin() local
1571 zone, kReturnCount, argc, debug_name, properties, flags, in ReduceBuiltin()