Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dlinkage.cc226 const size_t num_args_count = 1; in GetRuntimeCallDescriptor() local
230 num_args_count + context_count; in GetRuntimeCallDescriptor()
321 const size_t num_args_count = 1; in GetJSCallDescriptor() local
323 js_parameter_count + new_target_count + num_args_count + context_count; in GetJSCallDescriptor()