Home | History | Annotate | Download | only in ppc

Lines Matching defs:CallCFunction

528     CallCFunction(
3518 void MacroAssembler::CallCFunction(ExternalReference function,
3526 void MacroAssembler::CallCFunction(Register function, int num_reg_arguments,
3532 void MacroAssembler::CallCFunction(ExternalReference function,
3534 CallCFunction(function, num_arguments, 0);
3538 void MacroAssembler::CallCFunction(Register function, int num_arguments) {
3539 CallCFunction(function, num_arguments, 0);