Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dcommon-operator.h144 static constexpr int kMinIndex = Linkage::kJSCallClosureParamIndex;
677 DCHECK_EQ(-1, Linkage::kJSCallClosureParamIndex); in OutputArityForFormalParameterCount()
Djs-context-specialization.cc39 if (index == Linkage::kJSCallClosureParamIndex) { in ReduceParameter()
Dlinkage.h595 static constexpr int kJSCallClosureParamIndex = -1; in NON_EXPORTED_BASE() local
Draw-machine-assembler.cc38 common()->Parameter(Linkage::kJSCallClosureParamIndex), graph->start()); in RawMachineAssembler()
Dtyper.cc686 if (index == Linkage::kJSCallClosureParamIndex) { in TypeParameter()
Dwasm-compiler.cc560 Param(Linkage::kJSCallClosureParamIndex, "%closure"))); in Start()
6940 Node* js_closure = Param(Linkage::kJSCallClosureParamIndex, "%closure"); in BuildJSToWasmWrapper()
7470 Node* closure = Param(Linkage::kJSCallClosureParamIndex); in BuildJSToJSWrapper()
Dbytecode-graph-builder.cc1081 int index = Linkage::kJSCallClosureParamIndex; in GetFunctionClosure()