Home | History | Annotate | Download | only in mips64

Lines Matching refs:CallCFunction

1269   CallCFunction(ExternalReference::flush_icache_function(isolate()), 2);
4227 CallCFunction(ExternalReference::log_enter_external_function(isolate()), 1);
4242 CallCFunction(ExternalReference::log_leave_external_function(isolate()), 1);
4299 CallCFunction(ExternalReference::delete_handle_scope_extensions(isolate()),
5425 void MacroAssembler::CallCFunction(ExternalReference function,
5433 void MacroAssembler::CallCFunction(Register function,
5440 void MacroAssembler::CallCFunction(ExternalReference function,
5442 CallCFunction(function, num_arguments, 0);
5446 void MacroAssembler::CallCFunction(Register function,
5448 CallCFunction(function, num_arguments, 0);
5473 stop("Unexpected alignment in CallCFunction");