Searched refs:stack_param_count (Results 1 – 3 of 3) sorted by relevance
165 LocationSignature* location_sig, size_t stack_param_count,175 stack_param_count_(stack_param_count), in kind_()
1659 int stack_param_count = descriptor.GetStackParameterCount(); in DoComputeCompiledStubFrame() local1663 int height_in_bytes = kPointerSize * (param_count + stack_param_count) + in DoComputeCompiledStubFrame()1737 intptr_t caller_arg_count = stack_param_count; in DoComputeCompiledStubFrame()1788 for (int i = 0; i < stack_param_count; i++) { in DoComputeCompiledStubFrame()1792 (stack_param_count - i - 1) * kPointerSize); in DoComputeCompiledStubFrame()
198 int stack_param_count = params.stack_offset; in Create() local205 stack_param_count, // stack_parameter_count in Create()