Home | History | Annotate | Download | only in arm

Lines Matching refs:CallCFunction

2327     CallCFunction(ExternalReference::log_enter_external_function(isolate()), 1);
2362 CallCFunction(ExternalReference::log_leave_external_function(isolate()), 1);
2422 CallCFunction(
3429 void MacroAssembler::CallCFunction(ExternalReference function,
3437 void MacroAssembler::CallCFunction(Register function,
3444 void MacroAssembler::CallCFunction(ExternalReference function,
3446 CallCFunction(function, num_arguments, 0);
3450 void MacroAssembler::CallCFunction(Register function,
3452 CallCFunction(function, num_arguments, 0);