Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-frame-specialization.cc58 } else if (index == Linkage::GetJSCallContextParamIndex(parameters_count)) { in ReduceParameter()
Dlinkage.h376 static int GetJSCallContextParamIndex(int parameter_count) { in GetJSCallContextParamIndex() function
Dbytecode-graph-builder.cc413 int index = Linkage::GetJSCallContextParamIndex(params); in GetFunctionContext()
Dast-graph-builder.cc492 int index = Linkage::GetJSCallContextParamIndex(params); in GetFunctionContext()