Searched defs:stack_parameter_count (Results 1 – 6 of 6) sorted by relevance
341 int stack_parameter_count, CallDescriptor::Flags flags, in GetStubCallDescriptor()427 int stack_parameter_count) { in GetBytecodeDispatchCallDescriptor()
432 int stack_parameter_count) { in Change()
579 int stack_parameter_count = argc - descriptor.GetRegisterParameterCount(); in REPEAT_1_TO_7() local
112 HInstruction* stack_parameter_count = NULL; in BuildGraph() local
475 Register stack_parameter_count() const { return stack_parameter_count_; } in stack_parameter_count() function
67 void CodeStubDescriptor::Initialize(Register stack_parameter_count, in Initialize()