Home | History | Annotate | Download | only in mips

Lines Matching refs:ExternalReference

71         ExternalReference::Create(IsolateAddressId::kCEntryFPAddress, isolate));
95 ExternalReference js_entry_sp =
96 ExternalReference::Create(IsolateAddressId::kJSEntrySPAddress, isolate);
119 __ li(t0, ExternalReference::Create(
162 __ li(t1, ExternalReference(js_entry_sp));
169 ExternalReference::Create(IsolateAddressId::kCEntryFPAddress, isolate));
289 __ li(a2, ExternalReference::isolate_address(isolate()));
292 __ li(t9, ExternalReference::Create(&dispatcher,
293 ExternalReference::BUILTIN_CALL));
310 static int AddressOffset(ExternalReference ref0, ExternalReference ref1) {
321 ExternalReference thunk_ref,
326 ExternalReference next_address =
327 ExternalReference::handle_scope_next_address(isolate);
330 ExternalReference::handle_scope_limit_address(isolate), next_address);
332 ExternalReference::handle_scope_level_address(isolate), next_address);
338 __ li(t9, ExternalReference::is_profiling_address(isolate));
362 __ li(a0, ExternalReference::isolate_address(isolate));
363 __ CallCFunction(ExternalReference::log_enter_external_function(), 1);
377 __ li(a0, ExternalReference::isolate_address(isolate));
378 __ CallCFunction(ExternalReference::log_leave_external_function(), 1);
419 __ li(kScratchReg, ExternalReference::scheduled_exception_address(isolate));
435 __ li(a0, ExternalReference::isolate_address(isolate));
436 __ CallCFunction(ExternalReference::delete_handle_scope_extensions(), 1);
478 __ li(scratch, ExternalReference::isolate_address(masm->isolate()));
506 ExternalReference thunk_ref = ExternalReference::invoke_function_callback();
550 __ li(scratch, ExternalReference::isolate_address(isolate()));
576 ExternalReference thunk_ref =
577 ExternalReference::invoke_accessor_getter_callback();