Home
last modified time | relevance | path

Searched refs:exception_thread (Results 1 – 2 of 2) sorted by relevance

/external/v8/tools/oom_dump/
Doom_dump.cc126 MinidumpThread* exception_thread = in DumpHeapStats() local
128 CHECK(exception_thread); in DumpHeapStats()
138 MinidumpMemoryRegion* memory_region = exception_thread->GetMemory(); in DumpHeapStats()
/external/v8/tools/
Dgrokdump.py1741 exception_thread = self.reader.thread_map[self.reader.exception.thread_id]
1743 stack_bottom = exception_thread.stack.start + \
1744 exception_thread.stack.memory.data_size
2191 exception_thread = self.reader.thread_map[self.reader.exception.thread_id]
2193 stack_bottom = exception_thread.stack.start + \
2194 exception_thread.stack.memory.data_size
2259 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 …]