Home
last modified time | relevance | path

Searched refs:restorer (Results 1 – 18 of 18) sorted by relevance

/external/valgrind/main/coregrind/m_sigframe/
Dsigframe-x86-linux.c466 void *restorer) in build_sigframe() argument
491 frame->retaddr = (Addr)restorer; in build_sigframe()
524 void *restorer) in build_rt_sigframe() argument
548 frame->retaddr = (Addr)restorer; in build_rt_sigframe()
589 void *restorer ) in VG_()
596 flags, mask, restorer); in VG_()
599 flags, mask, restorer); in VG_()
Dsigframe-arm-linux.c168 void *restorer){ in build_sigframe() argument
209 void *restorer ) in VG_()
247 handler, flags, mask, restorer); in VG_()
253 handler, flags, mask, restorer); in VG_()
262 tst->arch.vex.guest_R14 = (Addr)restorer; in VG_()
Dsigframe-s390x-linux.c331 void *restorer) in build_sigframe() argument
357 SET_SIGNAL_GPR(tst, 14, restorer); in build_sigframe()
390 void *restorer) in build_rt_sigframe() argument
415 SET_SIGNAL_GPR(tst, 14, restorer); in build_rt_sigframe()
455 void *restorer ) in VG_()
462 flags, mask, restorer); in VG_()
465 flags, mask, restorer); in VG_()
Dsigframe-amd64-linux.c446 void *restorer) in build_rt_sigframe() argument
466 frame->retaddr = (Addr)restorer; in build_rt_sigframe()
504 void *restorer ) in VG_()
511 handler, flags, mask, restorer); in VG_()
Dsigframe-mips32-linux.c170 void *restorer ) in VG_()
254 tst->arch.vex.guest_r31 = (Addr) restorer; in VG_()
289 tst->arch.vex.guest_r31 = (Addr) restorer; in VG_()
Dsigframe-x86-darwin.c119 void *restorer ) in VG_()
Dsigframe-amd64-darwin.c116 void *restorer ) in VG_()
Dsigframe-ppc64-linux.c187 void *restorer ) in VG_()
Dsigframe-ppc32-linux.c676 void *restorer ) in VG_()
/external/valgrind/main/coregrind/
Dpub_core_sigframe.h54 void *restorer );
/external/chromium/chrome/browser/sessions/
Dsession_restore.cc799 SessionRestoreImpl* restorer = in Restore() local
803 return restorer->Restore(); in Restore()
823 SessionRestoreImpl restorer(profile, in RestoreForeignSessionWindows() local
825 restorer.RestoreForeignSession(begin, end); in RestoreForeignSessionWindows()
833 SessionRestoreImpl restorer(profile, in RestoreForeignSessionTab() local
835 restorer.RestoreForeignTab(tab); in RestoreForeignSessionTab()
/external/chromium_org/chrome/browser/sessions/
Dsession_restore.cc1207 SessionRestoreImpl* restorer = new SessionRestoreImpl( in RestoreSession() local
1212 return restorer->Restore(); in RestoreSession()
1222 SessionRestoreImpl restorer(profile, in RestoreForeignSessionWindows() local
1224 return restorer.RestoreForeignSession(begin, end); in RestoreForeignSessionWindows()
1235 SessionRestoreImpl restorer(profile, browser, browser->host_desktop_type(), in RestoreForeignSessionTab() local
1237 return restorer.RestoreForeignTab(tab, disposition); in RestoreForeignSessionTab()
/external/chromium_org/ppapi/proxy/
Dhost_dispatcher.cc189 BoolRestorer restorer(&allow_plugin_reentrancy_); in OnMessageReceived() local
/external/chromium_org/chrome/common/
Dservice_process_util_unittest.cc409 ScopedAttributesRestorer restorer(bundle_path(), 0777); in TEST_F() local
/external/chromium/chrome/common/
Dservice_process_util_unittest.cc541 ScopedAttributesRestorer restorer(bundle_path(), 0777); in TEST_F() local
/external/chromium_org/content/browser/download/
Ddownload_file_unittest.cc475 file_util::PermissionRestorer restorer(tempdir); in TEST_F() local
/external/chromium_org/chrome/browser/download/
Ddownload_path_reservation_tracker_unittest.cc476 file_util::PermissionRestorer restorer(dir); in TEST_F() local
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DDrawingBuffer.cpp176 …ScopedTextureUnit0BindingRestorer restorer(m_context.get(), m_activeTextureUnit, m_texture2DBindin… in prepareMailbox() local