Lines Matching refs:StackTrace
302 StackTrace alloca_stack;
369 StackTrace alloc_stack;
382 StackTrace free_stack;
506 static void ReportSummary(const char *error_type, StackTrace *stack) {
512 uptr pc = StackTrace::GetPreviousInstructionPc(stack->trace[0]);
537 void ReportDoubleFree(uptr addr, StackTrace *stack) {
554 void ReportFreeNotMalloced(uptr addr, StackTrace *stack) {
569 void ReportAllocTypeMismatch(uptr addr, StackTrace *stack,
590 void ReportMallocUsableSizeNotOwned(uptr addr, StackTrace *stack) {
603 void ReportAsanGetAllocatedSizeNotOwned(uptr addr, StackTrace *stack) {
618 const char *offset2, uptr length2, StackTrace *stack) {
637 uptr addr, uptr zone_ptr, const char *zone_name, StackTrace *stack) {
648 uptr addr, uptr zone_ptr, const char *zone_name, StackTrace *stack) {
659 uptr addr, uptr zone_ptr, const char *zone_name, StackTrace *stack) {