Home | History | Annotate | Download | only in src

Lines Matching refs:HInvokeFunction

6946     HInvokeFunction* call = new(zone()) HInvokeFunction(
7144 call = PreProcessCall(New<HInvokeFunction>(function, expr->target(),
7379 HInstruction* instr = New<HInvokeFunction>(function, 3);
8127 HInstruction* result = new(zone()) HInvokeFunction(context, function, 2);
9114 HInstruction* invoke_result = Add<HInvokeFunction>(function, arg_count);