Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/Paste/paste/
Dregistry.py256 request_id = restorer.in_restoration()
258 return restorer.get_saved_proxied_obj(self, request_id)
265 if not restorer.in_restoration():
272 if not restorer.in_restoration():
393 restorer.save_registry_state(environ)
399 restorer.save_registry_state(environ)
424 restorer.save_registry_state(environ)
430 restorer.save_registry_state(environ)
574 restorer = StackedObjectRestorer() variable
/external/valgrind/coregrind/m_sigframe/
Dsigframe-x86-linux.c421 void *restorer) in build_sigframe() argument
446 frame->retaddr = (Addr)restorer; in build_sigframe()
479 void *restorer) in build_rt_sigframe() argument
503 frame->retaddr = (Addr)restorer; in build_rt_sigframe()
545 void *restorer ) in VG_()
552 flags, mask, restorer); in VG_()
555 flags, mask, restorer); in VG_()
Dsigframe-arm-linux.c129 void *restorer){ in build_sigframe() argument
171 void *restorer ) in VG_()
209 handler, flags, mask, restorer); in VG_()
215 handler, flags, mask, restorer); in VG_()
224 tst->arch.vex.guest_R14 = (Addr)restorer; in VG_()
Dsigframe-arm64-linux.c122 void *restorer) in build_sigframe() argument
162 void *restorer ) in VG_()
196 handler, flags, mask, restorer); in VG_()
206 tst->arch.vex.guest_X30 = (Addr)restorer; in VG_()
Dsigframe-s390x-linux.c288 void *restorer) in build_sigframe() argument
314 SET_SIGNAL_GPR(tst, 14, restorer); in build_sigframe()
347 void *restorer) in build_rt_sigframe() argument
372 SET_SIGNAL_GPR(tst, 14, restorer); in build_rt_sigframe()
413 void *restorer ) in VG_()
420 flags, mask, restorer); in VG_()
423 flags, mask, restorer); in VG_()
Dsigframe-amd64-linux.c402 void *restorer) in build_rt_sigframe() argument
422 frame->retaddr = (Addr)restorer; in build_rt_sigframe()
461 void *restorer ) in VG_()
468 handler, flags, mask, restorer); in VG_()
Dsigframe-mips32-linux.c131 void *restorer ) in VG_()
208 tst->arch.vex.guest_r31 = (Addr) restorer; in VG_()
243 tst->arch.vex.guest_r31 = (Addr) restorer; in VG_()
Dsigframe-mips64-linux.c126 void *restorer ) in VG_()
188 tst->arch.vex.guest_r31 = (Addr) restorer; in VG_()
Dsigframe-solaris.c61 void *restorer) in VG_()
Dsigframe-tilegx-linux.c146 void *restorer ) in VG_()
220 tst->arch.vex.guest_r55 = (Addr) restorer; in VG_()
Dsigframe-x86-darwin.c143 void *restorer ) in VG_()
Dsigframe-amd64-darwin.c155 void *restorer ) in VG_()
Dsigframe-ppc64-linux.c144 void *restorer ) in VG_()
Dsigframe-ppc32-linux.c634 void *restorer ) in VG_()
/external/chromium-trace/catapult/third_party/Paste/tests/
Dtest_registry.py194 request_id = restorer.get_request_id(extra_environ)
213 restorer.restoration_begin(request_id)
241 restorer.restoration_end()
310 restorer.restoration_begin(1)
312 restorer.restoration_end()
314 restorer.restoration_end()
/external/chromium-trace/catapult/third_party/Paste/paste/evalexception/
Dmiddleware.py264 registry.restorer.restoration_begin(debug_info.counter)
266 registry.restorer.restoration_end()
283 registry.restorer.restoration_begin(debug_info.counter)
285 registry.restorer.restoration_end()
325 registry.restorer.save_registry_state(environ)
/external/valgrind/coregrind/
Dpub_core_sigframe.h59 void *restorer );
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_objects.cpp118 CFX_AutoRestorer<int> restorer(&s_nCurRefDepth); in GetInteger() local
Dfpdf_parser_parser.cpp2069 CFX_AutoRestorer<int> restorer(&s_CurrentRecursionDepth); in GetObject() local
2224 CFX_AutoRestorer<int> restorer(&s_CurrentRecursionDepth); in GetObjectByStrict() local
4391 CFX_AutoRestorer<int> restorer(&s_CurrentDataAvailRecursionDepth); in HaveResourceAncestor() local
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render.cpp275 CFX_AutoRestorer<int> restorer(&s_CurrentRecursionDepth); in RenderSingleObject() local