Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dlinkage.h165 LocationSignature* location_sig, size_t stack_param_count,
175 stack_param_count_(stack_param_count), in kind_()
/external/v8/src/
Ddeoptimizer.cc1659 int stack_param_count = descriptor.GetStackParameterCount(); in DoComputeCompiledStubFrame() local
1663 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()
/external/v8/test/cctest/compiler/
Dtest-run-native-calls.cc198 int stack_param_count = params.stack_offset; in Create() local
205 stack_param_count, // stack_parameter_count in Create()