Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dlinkage.h197 LocationSignature* location_sig, size_t stack_param_count, in NON_EXPORTED_BASE()
206 stack_param_count_(stack_param_count), in NON_EXPORTED_BASE()
/external/v8/src/
Ddeoptimizer.cc1909 int stack_param_count = descriptor.GetStackParameterCount(); in DoComputeCompiledStubFrame() local
1915 int height_in_bytes = kPointerSize * (param_count + stack_param_count); in DoComputeCompiledStubFrame()
1972 intptr_t caller_arg_count = stack_param_count; in DoComputeCompiledStubFrame()
2030 for (int i = 0; i < stack_param_count; i++) { in DoComputeCompiledStubFrame()
2034 (stack_param_count - i - 1) * kPointerSize); in DoComputeCompiledStubFrame()