Lines Matching refs:fun
1299 void MacroAssembler::FloodFunctionIfStepping(Register fun, Register new_target,
1324 Push(fun, fun);
1326 Pop(fun);
1387 void MacroAssembler::InvokeFunction(Register fun, Register new_target,
1395 DCHECK(fun.is(r3));
1409 InvokeFunctionCode(fun, new_target, expected, actual, flag, call_wrapper);