Home
last modified time | relevance | path

Searched refs:caller_arg_count (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Ddeoptimizer.cc1737 intptr_t caller_arg_count = stack_param_count; in DoComputeCompiledStubFrame() local
1747 (caller_arg_count - 1) * kPointerSize; in DoComputeCompiledStubFrame()
1759 value = arg_count_known ? caller_arg_count : the_hole; in DoComputeCompiledStubFrame()
1808 caller_arg_count = smi_caller_arg_count->value(); in DoComputeCompiledStubFrame()
1809 output_frame->SetFrameSlot(length_frame_offset, caller_arg_count); in DoComputeCompiledStubFrame()
1810 DebugPrintOutputSlot(caller_arg_count, frame_index, length_frame_offset, in DoComputeCompiledStubFrame()
1813 (caller_arg_count - 1) * kPointerSize; in DoComputeCompiledStubFrame()