Home
last modified time | relevance | path

Searched refs:HasDeallocationTrace (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/core/debuggerd/libdebuggerd/include/libdebuggerd/
H A Dgwp_asan.h61 bool HasDeallocationTrace() const;
/aosp12/system/core/debuggerd/libdebuggerd/
H A Dgwp_asan.cpp217 bool GwpAsanCrashData::HasDeallocationTrace() const { in HasDeallocationTrace() function in GwpAsanCrashData
226 assert(HasDeallocationTrace() && "DumpDeallocationTrace(): No dealloc trace!"); in DumpDeallocationTrace()
H A Dtombstone.cpp429 if (gwp_asan_crash_data->HasDeallocationTrace()) { in dump_thread()