Searched defs:stack_param_count (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/compiler/
H A Dlinkage.h197 LocationSignature* location_sig, size_t stack_param_count,
206 stack_param_count_(stack_param_count),
196 CallDescriptor(Kind kind, MachineType target_type, LinkageLocation target_loc, LocationSignature* location_sig, size_t stack_param_count, Operator::Properties properties, RegList callee_saved_registers, RegList callee_saved_fp_registers, Flags flags, const char* debug_name = �) argument
/external/v8/src/
H A Ddeoptimizer.cc1909 int stack_param_count = descriptor.GetStackParameterCount(); local
1915 int height_in_bytes = kPointerSize * (param_count + stack_param_count);
1972 intptr_t caller_arg_count = stack_param_count;
2030 for (int i = 0; i < stack_param_count; i++) {
2034 (stack_param_count - i - 1) * kPointerSize);

Completed in 102 milliseconds