Home
last modified time | relevance | path

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

/external/chromium-trace/trace-viewer/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()
544 void *restorer ) in VG_()
551 flags, mask, restorer); in VG_()
554 flags, mask, restorer); in VG_()
Dsigframe-arm-linux.c129 void *restorer){ in build_sigframe() argument
170 void *restorer ) in VG_()
208 handler, flags, mask, restorer); in VG_()
214 handler, flags, mask, restorer); in VG_()
223 tst->arch.vex.guest_R14 = (Addr)restorer; in VG_()
Dsigframe-arm64-linux.c122 void *restorer) in build_sigframe() argument
161 void *restorer ) in VG_()
195 handler, flags, mask, restorer); in VG_()
205 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()
412 void *restorer ) in VG_()
419 flags, mask, restorer); in VG_()
422 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()
460 void *restorer ) in VG_()
467 handler, flags, mask, restorer); in VG_()
Dsigframe-mips32-linux.c130 void *restorer ) in VG_()
207 tst->arch.vex.guest_r31 = (Addr) restorer; in VG_()
242 tst->arch.vex.guest_r31 = (Addr) restorer; in VG_()
Dsigframe-mips64-linux.c125 void *restorer ) in VG_()
187 tst->arch.vex.guest_r31 = (Addr) restorer; in VG_()
Dsigframe-amd64-darwin.c96 void *restorer ) in VG_()
Dsigframe-x86-darwin.c99 void *restorer ) in VG_()
Dsigframe-tilegx-linux.c146 void *restorer ) in VG_()
220 tst->arch.vex.guest_r55 = (Addr) restorer; in VG_()
Dsigframe-ppc64-linux.c143 void *restorer ) in VG_()
Dsigframe-ppc32-linux.c633 void *restorer ) in VG_()
/external/chromium-trace/trace-viewer/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/trace-viewer/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.h53 void *restorer );
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_objects.cpp113 CFX_AutoRestorer<int> restorer(&s_nCurRefDepth); in GetInteger() local
Dfpdf_parser_parser.cpp2058 CFX_AutoRestorer<int> restorer(&s_CurrentRecursionDepth); in GetObject() local
2244 CFX_AutoRestorer<int> restorer(&s_CurrentRecursionDepth); in GetObjectByStrict() local
4406 CFX_AutoRestorer<int> restorer(&s_CurrentDataAvailRecursionDepth); in HaveResourceAncestor() local
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render.cpp295 CFX_AutoRestorer<int> restorer(&s_CurrentRecursionDepth); in RenderSingleObject() local