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.cc140 memory_blocks_(dumper_->allocator()), in MinidumpWriter()
280 memory_blocks_.push_back(thread->stack); in FillThreadStack()
374 memory_blocks_.push_back(ip_memory_d); in WriteThreadListStream()
446 memory_blocks_.push_back(desc); in WriteAppMemory()
592 if (memory_blocks_.size()) { in WriteMemoryListStream()
593 if (!list.AllocateObjectAndArray(memory_blocks_.size(), in WriteMemoryListStream()
606 *list.get() = memory_blocks_.size(); in WriteMemoryListStream()
608 for (size_t i = 0; i < memory_blocks_.size(); ++i) { in WriteMemoryListStream()
609 list.CopyIndexAfterObject(i, &memory_blocks_[i], in WriteMemoryListStream()
1258 wasteful_vector<MDMemoryDescriptor> memory_blocks_; member in __anon6dbca4f20111::MinidumpWriter
/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.cc83 memory_blocks_(&allocator_) { in MinidumpGenerator()
101 memory_blocks_(&allocator_) { in MinidumpGenerator()
955 memory_blocks_.push_back(thread->stack); in WriteThreadStream()
1060 memory_blocks_.push_back(ip_memory_d); in WriteMemoryListStream()
1066 size_t memory_count = memory_blocks_.size(); in WriteMemoryListStream()
1078 list.CopyIndexAfterObject(i, &memory_blocks_[i], in WriteMemoryListStream()
Dminidump_generator.h231 wasteful_vector<MDMemoryDescriptor> memory_blocks_;
/external/google-breakpad/src/client/ios/handler/
Dios_exception_minidump_generator.mm198 memory_blocks_.push_back(thread->stack);