Lines Matching defs:callTarget
1042 GateRef callTarget = acc_.GetValueIn(gate, numIns - callTargetIndex); // acc
1045 std::vector<GateRef> vec { glue_, actualArgc, actualArgv, callTarget, newTarget, thisObj };
1050 std::vector<GateRef> vec1 { glue_, callTarget, thisObj };
1068 GateRef callTarget = acc_.GetValueIn(gate, numIns - callTargetIndex);
1071 std::vector<GateRef> vec {glue_, actualArgc, actualArgv, callTarget, newTarget, thisObj};
1076 std::vector<GateRef> vec1 {glue_, callTarget, thisObj};
1104 GateRef callTarget = acc_.GetValueIn(gate, numArgs - callTargetIndex);
1107 std::vector<GateRef> vec {glue_, actualArgc, actualArgv, callTarget, newTarget, thisObj};
1111 std::vector<GateRef> vec1 {glue_, callTarget, thisObj};
3200 GateRef callTarget = acc_.GetValueIn(gate, numIns - fixedInputsNum); // acc
3207 vec.emplace_back(callTarget);
3216 vec.emplace_back(callTarget);