Searched refs:exception_thread (Results 1 – 2 of 2) sorted by relevance
126 MinidumpThread* exception_thread = in DumpHeapStats() local128 CHECK(exception_thread); in DumpHeapStats()138 MinidumpMemoryRegion* memory_region = exception_thread->GetMemory(); in DumpHeapStats()
1628 exception_thread = self.reader.thread_map[self.reader.exception.thread_id]1630 stack_bottom = exception_thread.stack.start + \1631 exception_thread.stack.memory.data_size2083 exception_thread = self.reader.thread_map[self.reader.exception.thread_id]2085 stack_bottom = exception_thread.stack.start + \2086 exception_thread.stack.memory.data_size2155 exception_thread = self.reader.thread_map[self.reader.exception.thread_id]2156 stack_bottom = exception_thread.stack.start + \2157 min(exception_thread.stack.memory.data_size, self.MAX_CONTEXT_STACK)2234 exception_thread = self.reader.thread_map[self.reader.exception.thread_id][all …]