Home
last modified time | relevance | path

Searched refs:GetStackParameterCount (Results 1 – 18 of 18) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dframe-states.cc160 descriptor.GetStackParameterCount() - DeoptimizerParameterCountFor(mode); in CreateStubBuiltinContinuationFrameState()
217 DCHECK_EQ(Builtins::GetStackParameterCount(name), in CreateJavaScriptBuiltinContinuationFrameState()
220 Node* argc = jsgraph->Constant(Builtins::GetStackParameterCount(name)); in CreateJavaScriptBuiltinContinuationFrameState()
Djs-generic-lowering.cc100 zone(), descriptor, descriptor.GetStackParameterCount(), flags, in ReplaceWithBuiltinCall()
135 zone(), descriptor, descriptor.GetStackParameterCount(), flags, in ReplaceUnaryOpWithBuiltinCall()
611 DCHECK_EQ(interface_descriptor.GetStackParameterCount(), 0); in LowerJSCreateArray()
843 DCHECK_EQ(callable.descriptor().GetStackParameterCount(), 0); in LowerJSConstructForwardVarargs()
898 DCHECK_EQ(callable.descriptor().GetStackParameterCount(), 0); in LowerJSConstructWithArrayLike()
927 DCHECK_EQ(callable.descriptor().GetStackParameterCount(), 0); in LowerJSConstructWithSpread()
1031 DCHECK_EQ(callable.descriptor().GetStackParameterCount(), 0); in LowerJSCallWithSpread()
Dcode-assembler.cc57 zone, descriptor, descriptor.GetStackParameterCount(), in CodeAssemblerState()
1092 DCHECK_LE(descriptor.GetStackParameterCount(), stack_parameter_count); in CallStubN()
1113 zone(), descriptor, descriptor.GetStackParameterCount(), in TailCallStubImpl()
1179 DCHECK_LE(descriptor.GetStackParameterCount(), stack_parameter_count); in TailCallStubThenBytecodeDispatchImpl()
1198 zone(), descriptor, descriptor.GetStackParameterCount()); in TailCallBytecodeDispatch()
1218 zone(), descriptor, descriptor.GetStackParameterCount(), in TailCallJSCode()
Deffect-control-linearizer.cc2082 callable.descriptor().GetStackParameterCount(), CallDescriptor::kNoFlags, in LowerStringConcat()
3038 callable.descriptor().GetStackParameterCount(), flags, properties); in LowerNumberToString()
3534 callable.descriptor().GetStackParameterCount(), flags, properties); in LowerTypeOf()
3547 callable.descriptor().GetStackParameterCount(), flags, properties); in LowerToBoolean()
3698 callable.descriptor().GetStackParameterCount(), flags, properties); in LowerNewArgumentsElements()
3760 callable.descriptor().GetStackParameterCount(), flags, properties); in LowerSameValue()
3775 callable.descriptor().GetStackParameterCount(), flags, properties); in LowerSameValueNumbersOnly()
3827 callable.descriptor().GetStackParameterCount(), flags, properties); in LowerStringToNumber()
4124 callable.descriptor().GetStackParameterCount(), flags, properties); in LowerStringToLowerCaseIntl()
4287 callable.descriptor().GetStackParameterCount(), flags, properties); in LowerStringIndexOf()
[all …]
Dlinkage.cc451 DCHECK_GE(stack_parameter_count, descriptor.GetStackParameterCount()); in GetStubCallDescriptor()
Dmemory-lowering.cc114 graph_zone(), descriptor, descriptor.GetStackParameterCount(), in EnsureAllocateOperator()
Dgraph-assembler.cc632 callable.descriptor().GetStackParameterCount(), flags, in PlainPrimitiveToNumberOperator()
Djs-typed-lowering.cc683 callable.descriptor().GetStackParameterCount(), in ReduceJSAdd()
1138 callable.descriptor().GetStackParameterCount(), in ReduceJSToObject()
1915 callable.descriptor().GetStackParameterCount(), in ReduceJSForInNext()
Djs-call-reducer.cc1073 callable.descriptor().GetStackParameterCount(), CallDescriptor::kNoFlags, in Call4()
3177 callable.descriptor().GetStackParameterCount(), in ReduceReflectGet()
6130 callable.descriptor().GetStackParameterCount(), CallDescriptor::kNoFlags, in ReduceArrayPrototypeSlice()
6745 callable.descriptor().GetStackParameterCount(), in ReduceStringPrototypeLocaleCompare()
7553 callable.descriptor().GetStackParameterCount(), in ReduceCollectionIteratorPrototypeNext()
Dsimplified-lowering.cc5038 callable.descriptor().GetStackParameterCount(), flags, in ToNumberOperator()
5052 callable.descriptor().GetStackParameterCount(), flags, in ToNumberConvertBigIntOperator()
5065 callable.descriptor().GetStackParameterCount(), flags, in ToNumericOperator()
Djs-native-context-specialization.cc2244 call_interface_descriptor.GetStackParameterCount() + argc + in InlineApiCall()
Dwasm-compiler.cc149 interface_descriptor.GetStackParameterCount(), // stack parameter count in GetBuiltinCallDescriptor()
7326 interface_descriptor.GetStackParameterCount(), CallDescriptor::kNoFlags, in BuildCapiCallWrapper()
/third_party/node/deps/v8/src/builtins/
Dbuiltins.h170 static int GetStackParameterCount(Builtin builtin);
Dbuiltins.cc203 int Builtins::GetStackParameterCount(Builtin builtin) { in GetStackParameterCount() function in v8::internal::Builtins
/third_party/node/deps/v8/src/codegen/
Dinterface-descriptors-inl.h180 StaticCallInterfaceDescriptor<DerivedDescriptor>::GetStackParameterCount() {
Dinterface-descriptors.h350 int GetStackParameterCount() const { in GetStackParameterCount() function
477 static constexpr inline int GetStackParameterCount();
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-compiler.cc2231 DCHECK_EQ(0, descriptor.GetStackParameterCount()); in TraceFunctionExit()
2948 DCHECK_EQ(0, descriptor.GetStackParameterCount()); in TraceMemoryOperation()
3242 DCHECK_EQ(0, descriptor.GetStackParameterCount()); in MemoryGrow()
4617 interface_descriptor.GetStackParameterCount(), // stack parameter count in CallRuntimeStub()
/third_party/node/deps/v8/src/builtins/ia32/
Dbuiltins-ia32.cc1503 InterpreterPushArgsThenConstructDescriptor::GetStackParameterCount(), in Generate_InterpreterPushArgsThenConstructImpl()