Searched defs:stack_parameter_count (Results 1 – 6 of 6) sorted by relevance
144 int stack_parameter_count = in CreateStubBuiltinContinuationFrameState() local175 int stack_parameter_count, Node* outer_frame_state, in CreateJavaScriptBuiltinContinuationFrameState()214 const int stack_parameter_count = arraysize(stack_parameters); in CreateGenericLazyDeoptContinuationFrameState() local
386 int stack_parameter_count, CallDescriptor::Flags flags, in GetStubCallDescriptor()482 int stack_parameter_count) { in GetBytecodeDispatchCallDescriptor()
397 int stack_parameter_count, in Change()
973 int stack_parameter_count = argc - descriptor.GetRegisterParameterCount(); in CallStubN() local1060 int stack_parameter_count = argc - descriptor.GetRegisterParameterCount(); in TailCallStubThenBytecodeDispatchImpl() local
7704 int stack_parameter_count = arraysize(stack_parameters); in ReduceNumberConstructor() local
1454 uint32_t stack_parameter_count() const { return stack_parameter_count_; } in stack_parameter_count() function