Searched defs:stack_parameter_count (Results 1 – 6 of 6) sorted by relevance
159 int stack_parameter_count = in CreateStubBuiltinContinuationFrameState() local213 int stack_parameter_count, Node* outer_frame_state, in CreateJavaScriptBuiltinContinuationFrameState()253 const int stack_parameter_count = arraysize(stack_parameters); in CreateGenericLazyDeoptContinuationFrameState() local
442 int stack_parameter_count, CallDescriptor::Flags flags, in GetStubCallDescriptor()550 int stack_parameter_count) { in GetBytecodeDispatchCallDescriptor()
395 int stack_parameter_count, in Change()
1091 int stack_parameter_count = argc - descriptor.GetRegisterParameterCount(); in CallStubN() local1178 int stack_parameter_count = argc - descriptor.GetRegisterParameterCount(); in TailCallStubThenBytecodeDispatchImpl() local
8176 int stack_parameter_count = arraysize(stack_parameters); in ReduceNumberConstructor() local
1482 uint32_t stack_parameter_count() const { return stack_parameter_count_; } in stack_parameter_count() function