Home
last modified time | relevance | path

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

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

Completed in 31 milliseconds