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()
1741 exception_thread = self.reader.thread_map[self.reader.exception.thread_id]1743 stack_bottom = exception_thread.stack.start + \1744 exception_thread.stack.memory.data_size2191 exception_thread = self.reader.thread_map[self.reader.exception.thread_id]2193 stack_bottom = exception_thread.stack.start + \2194 exception_thread.stack.memory.data_size2259 exception_thread = self.reader.thread_map[self.reader.exception.thread_id]2260 stack_bottom = exception_thread.stack.start + \2261 min(exception_thread.stack.memory.data_size, self.MAX_CONTEXT_STACK)2338 exception_thread = self.reader.thread_map[self.reader.exception.thread_id][all …]