Home | History | Annotate | Download | only in arm

Lines Matching refs:fun

1307 void MacroAssembler::FloodFunctionIfStepping(Register fun, Register new_target,
1331 Push(fun);
1332 Push(fun);
1334 Pop(fun);
1396 void MacroAssembler::InvokeFunction(Register fun,
1405 DCHECK(fun.is(r1));
1418 InvokeFunctionCode(fun, new_target, expected, actual, flag, call_wrapper);