Searched refs:GetParameterCount (Results 1 - 20 of 20) sorted by relevance

/external/v8/src/
H A Dcode-stubs-hydrogen.cc49 int parameter_count = GetParameterCount();
56 int GetParameterCount() const { return descriptor_.GetParameterCount(); } function in class:v8::internal::CodeStubGraphBuilderBase
61 DCHECK(parameter < GetParameterCount());
103 int param_count = GetParameterCount();
H A Dfast-accessor-assembler.cc186 DCHECK_EQ(4, descriptor.GetParameterCount());
H A Dcode-stubs.h440 int GetParameterCount() const {
441 return call_descriptor().GetParameterCount();
467 int params = GetParameterCount();
H A Dinterface-descriptors.h172 int GetParameterCount() const { return data()->param_count(); } function in class:v8::internal::CallInterfaceDescriptor
/external/v8/src/wasm/
H A Dwasm-interpreter.h91 int GetParameterCount() const;
H A Dwasm-interpreter.cc1932 int InterpretedFrame::GetParameterCount() const { function in class:v8::internal::wasm::InterpretedFrame
/external/v8/src/debug/
H A Ddebug-frames.cc57 return wasm_interpreted_frame_->GetParameterCount();
/external/v8/src/compiler/
H A Dcode-assembler.cc577 DCHECK_LE(descriptor.GetParameterCount(), argc);
595 DCHECK_EQ(descriptor.GetParameterCount(), sizeof...(args));
617 DCHECK_EQ(descriptor.GetParameterCount(), sizeof...(args));
/external/v8/src/interpreter/
H A Dinterpreter-intrinsics.cc221 int param_count = callable.descriptor().GetParameterCount();
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.cc959 DCHECK_EQ(descriptor.GetParameterCount() +
979 if (i < descriptor.GetParameterCount()) {
980 int argc = descriptor.GetParameterCount() - i;
983 for (; i < descriptor.GetParameterCount(); i++) {
/external/v8/src/crankshaft/
H A Dhydrogen-instructions.h2068 DCHECK(par_index < GetParameterCount());
2100 DCHECK_LT(index, GetParameterCount());
2116 values_(GetParameterCount() + 2, zone), // +2 for context and target.
2122 DCHECK_EQ(operands.length(), GetParameterCount());
2139 int GetParameterCount() const { return descriptor_.GetParameterCount(); } function
H A Dhydrogen.cc3199 new (zone_) HEnvironment(zone_, descriptor.GetParameterCount() + 1);
/external/v8/src/crankshaft/arm/
H A Dlithium-arm.cc996 DCHECK_EQ(descriptor.GetParameterCount() +
1016 for (; i < descriptor.GetParameterCount(); i++) {
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.cc1033 DCHECK_EQ(descriptor.GetParameterCount() +
1053 for (; i < descriptor.GetParameterCount(); i++) {
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.cc1001 DCHECK_EQ(descriptor.GetParameterCount() +
1021 for (; i < descriptor.GetParameterCount(); i++) {
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.cc1001 DCHECK_EQ(descriptor.GetParameterCount() +
1021 for (; i < descriptor.GetParameterCount(); i++) {
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.cc1007 DCHECK_EQ(descriptor.GetParameterCount() +
1027 for (; i < descriptor.GetParameterCount(); i++) {
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.cc920 DCHECK_EQ(descriptor.GetParameterCount() +
940 for (; i < descriptor.GetParameterCount(); i++) {
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.cc1021 DCHECK_EQ(descriptor.GetParameterCount() +
1041 for (; i < descriptor.GetParameterCount(); i++) {
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.cc1050 DCHECK_EQ(descriptor.GetParameterCount() +
1070 for (; i < descriptor.GetParameterCount(); i++) {

Completed in 378 milliseconds