Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/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()