Home
last modified time | relevance | path

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

/system/core/debuggerd/libdebuggerd/include/libdebuggerd/
Dgwp_asan.h69 bool HasAllocationTrace() const;
/system/core/debuggerd/libdebuggerd/
Dgwp_asan.cpp247 bool GwpAsanCrashData::HasAllocationTrace() const { in HasAllocationTrace() function in GwpAsanCrashData
253 assert(HasAllocationTrace() && "DumpAllocationTrace(): No dealloc trace!"); in DumpAllocationTrace()
Dtombstone.cpp433 if (gwp_asan_crash_data->HasAllocationTrace()) { in dump_thread()