Lines Matching defs:inlineFunc
409 void TSInlineLowering::ReplaceEntryGate(GateRef callGate, GateRef callerFunc, GateRef inlineFunc, GateRef glue)
421 std::vector<GateRef> args{callerFunc, inlineFunc};
503 GateRef inlineFunc;
505 inlineFunc = args.at(static_cast<size_t>(FastCallArgIdx::FUNC));
507 inlineFunc = args.at(static_cast<size_t>(CommonArgIdx::FUNC));
511 ReplaceEntryGate(callGate, callerFunc, inlineFunc, glue);
527 GateRef inlineFunc = acc_.GetValueIn(gate, funcIndex);
528 // Do not load from inlineFunc because type in inlineFunc could be modified by others
531 MachineType::I1, {callState, callDepend, inlineFunc, builder_.IntPtr(methodOffset), frameState},