Home | History | Annotate | Download | only in arm64

Lines Matching refs:CallCFunction

1815     CallCFunction(ExternalReference::log_enter_external_function(isolate()), 1);
1829 CallCFunction(ExternalReference::log_leave_external_function(isolate()), 1);
1894 CallCFunction(
2013 void MacroAssembler::CallCFunction(ExternalReference function,
2015 CallCFunction(function, num_of_reg_args, 0);
2019 void MacroAssembler::CallCFunction(ExternalReference function,
2025 CallCFunction(temp, num_of_reg_args, num_of_double_args);
2029 void MacroAssembler::CallCFunction(Register function,