Searched refs:kJSCallClosureParamIndex (Results 1 – 7 of 7) sorted by relevance
144 static constexpr int kMinIndex = Linkage::kJSCallClosureParamIndex;677 DCHECK_EQ(-1, Linkage::kJSCallClosureParamIndex); in OutputArityForFormalParameterCount()
39 if (index == Linkage::kJSCallClosureParamIndex) { in ReduceParameter()
595 static constexpr int kJSCallClosureParamIndex = -1; in NON_EXPORTED_BASE() local
38 common()->Parameter(Linkage::kJSCallClosureParamIndex), graph->start()); in RawMachineAssembler()
686 if (index == Linkage::kJSCallClosureParamIndex) { in TypeParameter()
560 Param(Linkage::kJSCallClosureParamIndex, "%closure"))); in Start()6940 Node* js_closure = Param(Linkage::kJSCallClosureParamIndex, "%closure"); in BuildJSToWasmWrapper()7470 Node* closure = Param(Linkage::kJSCallClosureParamIndex); in BuildJSToJSWrapper()
1081 int index = Linkage::kJSCallClosureParamIndex; in GetFunctionClosure()