| /third_party/node/deps/v8/src/compiler/ |
| D | frame-states.cc | 160 descriptor.GetStackParameterCount() - DeoptimizerParameterCountFor(mode); in CreateStubBuiltinContinuationFrameState() 217 DCHECK_EQ(Builtins::GetStackParameterCount(name), in CreateJavaScriptBuiltinContinuationFrameState() 220 Node* argc = jsgraph->Constant(Builtins::GetStackParameterCount(name)); in CreateJavaScriptBuiltinContinuationFrameState()
|
| D | js-generic-lowering.cc | 100 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()
|
| D | code-assembler.cc | 57 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()
|
| D | effect-control-linearizer.cc | 2082 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 …]
|
| D | linkage.cc | 451 DCHECK_GE(stack_parameter_count, descriptor.GetStackParameterCount()); in GetStubCallDescriptor()
|
| D | memory-lowering.cc | 114 graph_zone(), descriptor, descriptor.GetStackParameterCount(), in EnsureAllocateOperator()
|
| D | graph-assembler.cc | 632 callable.descriptor().GetStackParameterCount(), flags, in PlainPrimitiveToNumberOperator()
|
| D | js-typed-lowering.cc | 683 callable.descriptor().GetStackParameterCount(), in ReduceJSAdd() 1138 callable.descriptor().GetStackParameterCount(), in ReduceJSToObject() 1915 callable.descriptor().GetStackParameterCount(), in ReduceJSForInNext()
|
| D | js-call-reducer.cc | 1073 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()
|
| D | simplified-lowering.cc | 5038 callable.descriptor().GetStackParameterCount(), flags, in ToNumberOperator() 5052 callable.descriptor().GetStackParameterCount(), flags, in ToNumberConvertBigIntOperator() 5065 callable.descriptor().GetStackParameterCount(), flags, in ToNumericOperator()
|
| D | js-native-context-specialization.cc | 2244 call_interface_descriptor.GetStackParameterCount() + argc + in InlineApiCall()
|
| D | wasm-compiler.cc | 149 interface_descriptor.GetStackParameterCount(), // stack parameter count in GetBuiltinCallDescriptor() 7326 interface_descriptor.GetStackParameterCount(), CallDescriptor::kNoFlags, in BuildCapiCallWrapper()
|
| /third_party/node/deps/v8/src/builtins/ |
| D | builtins.h | 170 static int GetStackParameterCount(Builtin builtin);
|
| D | builtins.cc | 203 int Builtins::GetStackParameterCount(Builtin builtin) { in GetStackParameterCount() function in v8::internal::Builtins
|
| /third_party/node/deps/v8/src/codegen/ |
| D | interface-descriptors-inl.h | 180 StaticCallInterfaceDescriptor<DerivedDescriptor>::GetStackParameterCount() {
|
| D | interface-descriptors.h | 350 int GetStackParameterCount() const { in GetStackParameterCount() function 477 static constexpr inline int GetStackParameterCount();
|
| /third_party/node/deps/v8/src/wasm/baseline/ |
| D | liftoff-compiler.cc | 2231 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/ |
| D | builtins-ia32.cc | 1503 InterpreterPushArgsThenConstructDescriptor::GetStackParameterCount(), in Generate_InterpreterPushArgsThenConstructImpl()
|