/external/valgrind/main/coregrind/m_sigframe/ |
D | sigframe-x86-linux.c | 466 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_()
|
D | sigframe-arm-linux.c | 168 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_()
|
D | sigframe-s390x-linux.c | 331 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_()
|
D | sigframe-amd64-linux.c | 446 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_()
|
D | sigframe-mips32-linux.c | 170 void *restorer ) in VG_() 254 tst->arch.vex.guest_r31 = (Addr) restorer; in VG_() 289 tst->arch.vex.guest_r31 = (Addr) restorer; in VG_()
|
D | sigframe-x86-darwin.c | 119 void *restorer ) in VG_()
|
D | sigframe-amd64-darwin.c | 116 void *restorer ) in VG_()
|
D | sigframe-ppc64-linux.c | 187 void *restorer ) in VG_()
|
D | sigframe-ppc32-linux.c | 676 void *restorer ) in VG_()
|
/external/valgrind/main/coregrind/ |
D | pub_core_sigframe.h | 54 void *restorer );
|
/external/chromium/chrome/browser/sessions/ |
D | session_restore.cc | 799 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/ |
D | session_restore.cc | 1207 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/ |
D | host_dispatcher.cc | 189 BoolRestorer restorer(&allow_plugin_reentrancy_); in OnMessageReceived() local
|
/external/chromium_org/chrome/common/ |
D | service_process_util_unittest.cc | 409 ScopedAttributesRestorer restorer(bundle_path(), 0777); in TEST_F() local
|
/external/chromium/chrome/common/ |
D | service_process_util_unittest.cc | 541 ScopedAttributesRestorer restorer(bundle_path(), 0777); in TEST_F() local
|
/external/chromium_org/content/browser/download/ |
D | download_file_unittest.cc | 475 file_util::PermissionRestorer restorer(tempdir); in TEST_F() local
|
/external/chromium_org/chrome/browser/download/ |
D | download_path_reservation_tracker_unittest.cc | 476 file_util::PermissionRestorer restorer(dir); in TEST_F() local
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/ |
D | DrawingBuffer.cpp | 176 …ScopedTextureUnit0BindingRestorer restorer(m_context.get(), m_activeTextureUnit, m_texture2DBindin… in prepareMailbox() local
|