Home | History | Annotate | Download | only in mips

Lines Matching refs:CallCFunction

1139   CallCFunction(ExternalReference::flush_icache_function(isolate()), 2);
4339 CallCFunction(ExternalReference::log_enter_external_function(isolate()), 1);
4354 CallCFunction(ExternalReference::log_leave_external_function(isolate()), 1);
4411 CallCFunction(ExternalReference::delete_handle_scope_extensions(isolate()),
5471 void MacroAssembler::CallCFunction(ExternalReference function,
5479 void MacroAssembler::CallCFunction(Register function,
5486 void MacroAssembler::CallCFunction(ExternalReference function,
5488 CallCFunction(function, num_arguments, 0);
5492 void MacroAssembler::CallCFunction(Register function,
5494 CallCFunction(function, num_arguments, 0);
5519 stop("Unexpected alignment in CallCFunction");