Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Ddeoptimizer.cc1687 bool arg_count_known = !descriptor.stack_parameter_count().is_valid(); in DoComputeCompiledStubFrame() local
1694 if (arg_count_known) { in DoComputeCompiledStubFrame()
1707 arg_count_known ? "" : "(the hole)"); in DoComputeCompiledStubFrame()
1712 value = arg_count_known ? caller_arg_count : the_hole; in DoComputeCompiledStubFrame()
1719 arg_count_known ? "" : "(the hole)"); in DoComputeCompiledStubFrame()
1739 if (!arg_count_known && descriptor.IsEnvironmentParameterCountRegister(i)) { in DoComputeCompiledStubFrame()
1746 if (!arg_count_known) { in DoComputeCompiledStubFrame()