HomeSort by relevance Sort by last modified time
    Searched full:js_parameter_count (Results 1 - 2 of 2) sorted by null

  /external/v8/src/compiler/
linkage.cc 209 Zone* zone, Runtime::FunctionId function_id, int js_parameter_count,
220 return GetCEntryStubCallDescriptor(zone, return_count, js_parameter_count,
225 Zone* zone, int return_count, int js_parameter_count,
232 static_cast<size_t>(js_parameter_count) +
250 for (int i = 0; i < js_parameter_count; i++) {
252 i - js_parameter_count, MachineType::AnyTagged()));
274 js_parameter_count, // stack_parameter_count
283 int js_parameter_count,
290 js_parameter_count + new_target_count + num_args_count + context_count;
298 for (int i = 0; i < js_parameter_count; i++)
345 const int js_parameter_count = local
    [all...]
linkage.h 355 Zone* zone, Runtime::FunctionId function, int js_parameter_count,
359 Zone* zone, int return_count, int js_parameter_count,

Completed in 200 milliseconds