HomeSort by relevance Sort by last modified time
    Searched refs:GetJSCallNewTargetParamIndex (Results 1 - 3 of 3) sorted by null

  /external/v8/src/compiler/
linkage.h 417 static int GetJSCallNewTargetParamIndex(int parameter_count) {
bytecode-graph-builder.cc 499 int index = Linkage::GetJSCallNewTargetParamIndex(params);
    [all...]
typer.cc 578 } else if (index == Linkage::GetJSCallNewTargetParamIndex(parameter_count)) {
    [all...]

Completed in 78 milliseconds