Home
last modified time | relevance | path

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

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