Home
last modified time | relevance | path

Searched refs:ScopedStackSpaceWithGuard (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stoptheworld_netbsd_libcdep.cc232 class ScopedStackSpaceWithGuard { class
234 explicit ScopedStackSpaceWithGuard(uptr stack_size) { in ScopedStackSpaceWithGuard() function in __sanitizer::ScopedStackSpaceWithGuard
243 ~ScopedStackSpaceWithGuard() { in ~ScopedStackSpaceWithGuard()
278 ScopedStackSpaceWithGuard tracer_stack(kTracerStackSize); in StopTheWorld()
H A Dsanitizer_stoptheworld_linux_libcdep.cc347 class ScopedStackSpaceWithGuard { class
349 explicit ScopedStackSpaceWithGuard(uptr stack_size) { in ScopedStackSpaceWithGuard() function in __sanitizer::ScopedStackSpaceWithGuard
358 ~ScopedStackSpaceWithGuard() { in ~ScopedStackSpaceWithGuard()
423 ScopedStackSpaceWithGuard tracer_stack(kTracerStackSize); in StopTheWorld()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stoptheworld_netbsd_libcdep.cpp232 class ScopedStackSpaceWithGuard { class
234 explicit ScopedStackSpaceWithGuard(uptr stack_size) { in ScopedStackSpaceWithGuard() function in __sanitizer::ScopedStackSpaceWithGuard
243 ~ScopedStackSpaceWithGuard() { in ~ScopedStackSpaceWithGuard()
278 ScopedStackSpaceWithGuard tracer_stack(kTracerStackSize); in StopTheWorld()
H A Dsanitizer_stoptheworld_linux_libcdep.cpp331 class ScopedStackSpaceWithGuard { class
333 explicit ScopedStackSpaceWithGuard(uptr stack_size) { in ScopedStackSpaceWithGuard() function in __sanitizer::ScopedStackSpaceWithGuard
342 ~ScopedStackSpaceWithGuard() { in ~ScopedStackSpaceWithGuard()
403 ScopedStackSpaceWithGuard tracer_stack(kTracerStackSize); in StopTheWorld()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_linux_libcdep.cc331 class ScopedStackSpaceWithGuard { class
333 explicit ScopedStackSpaceWithGuard(uptr stack_size) { in ScopedStackSpaceWithGuard() function in __sanitizer::ScopedStackSpaceWithGuard
342 ~ScopedStackSpaceWithGuard() { in ~ScopedStackSpaceWithGuard()
403 ScopedStackSpaceWithGuard tracer_stack(kTracerStackSize); in StopTheWorld()