Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_allocator.h104 void StopUsingFakeStack() { alive_ = false; } in StopUsingFakeStack() function
Dasan_report.cc253 curr_thread->fake_stack().StopUsingFakeStack(); in ScopedInErrorReport()