Home
last modified time | relevance | path

Searched refs:memory_blocks_ (Results 1 – 4 of 4) sorted by relevance

/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer.cc144 memory_blocks_(dumper_->allocator()), in MinidumpWriter()
372 memory_blocks_.push_back(thread->stack); in FillThreadStack()
464 memory_blocks_.push_back(ip_memory_d); in WriteThreadListStream()
533 memory_blocks_.push_back(desc); in WriteAppMemory()
678 if (memory_blocks_.size()) { in WriteMemoryListStream()
679 if (!list.AllocateObjectAndArray(memory_blocks_.size(), in WriteMemoryListStream()
692 *list.get() = memory_blocks_.size(); in WriteMemoryListStream()
694 for (size_t i = 0; i < memory_blocks_.size(); ++i) { in WriteMemoryListStream()
695 list.CopyIndexAfterObject(i, &memory_blocks_[i], in WriteMemoryListStream()
1346 wasteful_vector<MDMemoryDescriptor> memory_blocks_; member in __anon8a1790290111::MinidumpWriter
/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.cc83 memory_blocks_(&allocator_) { in MinidumpGenerator()
101 memory_blocks_(&allocator_) { in MinidumpGenerator()
975 memory_blocks_.push_back(thread->stack); in WriteThreadStream()
1080 memory_blocks_.push_back(ip_memory_d); in WriteMemoryListStream()
1086 size_t memory_count = memory_blocks_.size(); in WriteMemoryListStream()
1098 list.CopyIndexAfterObject(i, &memory_blocks_[i], in WriteMemoryListStream()
Dminidump_generator.h248 wasteful_vector<MDMemoryDescriptor> memory_blocks_;
/external/google-breakpad/src/client/ios/handler/
Dios_exception_minidump_generator.mm198 memory_blocks_.push_back(thread->stack);