Home
last modified time | relevance | path

Searched refs:CrashIsMine (Results 1 – 6 of 6) sorted by relevance

/system/core/debuggerd/libdebuggerd/
Dgwp_asan.cpp100 bool GwpAsanCrashData::CrashIsMine() const { in CrashIsMine() function in GwpAsanCrashData
107 if (!CrashIsMine()) { in AddCauseProtos()
166 if (!CrashIsMine()) { in DumpCause()
218 assert(CrashIsMine() && "HasDeallocationTrace(): Crash is not mine!"); in HasDeallocationTrace()
248 assert(CrashIsMine() && "HasAllocationTrace(): Crash is not mine!"); in HasAllocationTrace()
Dscudo.cpp78 bool ScudoCrashData::CrashIsMine() const { in CrashIsMine() function in ScudoCrashData
Dtombstone_proto.cpp189 if (scudo_crash_data.CrashIsMine()) { in dump_probable_cause()
196 if (gwp_asan_crash_data.CrashIsMine()) { in dump_probable_cause()
Dtombstone.cpp401 if (primary_thread && gwp_asan_crash_data->CrashIsMine()) { in dump_thread()
403 } else if (thread_info.siginfo && !(primary_thread && scudo_crash_data->CrashIsMine())) { in dump_thread()
/system/core/debuggerd/libdebuggerd/include/libdebuggerd/
Dscudo.h35 bool CrashIsMine() const;
Dgwp_asan.h48 bool CrashIsMine() const;