Home
last modified time | relevance | path

Searched refs:wasteful_vector (Results 1 – 16 of 16) sorted by relevance

/external/google-breakpad/src/common/linux/
Dfile_id.cc65 wasteful_vector<uint8_t>& identifier) { in ElfClassBuildIDNoteIdentifier()
97 wasteful_vector<uint8_t>& identifier) { in FindElfBuildIDNote()
122 wasteful_vector<uint8_t>& identifier) { in HashElfTextSection()
148 wasteful_vector<uint8_t>& identifier) { in ElfFileIdentifierFromMappedFile()
157 bool FileID::ElfFileIdentifier(wasteful_vector<uint8_t>& identifier) { in ElfFileIdentifier()
179 const wasteful_vector<uint8_t>& identifier) { in ConvertIdentifierToUUIDString()
197 const wasteful_vector<uint8_t>& identifier) { in ConvertIdentifierToString()
Dfile_id.h62 bool ElfFileIdentifier(wasteful_vector<uint8_t>& identifier);
69 wasteful_vector<uint8_t>& identifier);
75 const wasteful_vector<uint8_t>& identifier);
79 const wasteful_vector<uint8_t>& identifier);
Delfutils.cc81 wasteful_vector<ElfSegment> *segments) { in FindElfClassSegment()
154 wasteful_vector<ElfSegment>* segments) { in FindElfSegments()
Delfutils.h116 wasteful_vector<ElfSegment>* segments);
Dfile_id_unittest.cc66 typedef wasteful_vector<uint8_t> id_vector;
Ddump_symbols.cc101 using google_breakpad::wasteful_vector;
952 wasteful_vector<uint8_t> identifier(&allocator, kDefaultBuildIdSize); in InitModuleForElfClass()
/external/google-breakpad/src/client/linux/minidump_writer/
Dlinux_dumper.h113 const wasteful_vector<pid_t> &threads() { return threads_; } in threads()
114 const wasteful_vector<MappingInfo*> &mappings() { return mappings_; } in mappings()
121 const wasteful_vector<elf_aux_val_t>& auxv() { return auxv_; } in auxv()
174 wasteful_vector<uint8_t>& identifier);
259 wasteful_vector<pid_t> threads_;
262 wasteful_vector<MappingInfo*> mappings_;
265 wasteful_vector<elf_aux_val_t> auxv_;
Dlinux_ptrace_dumper_unittest.cc126 typedef wasteful_vector<uint8_t> id_vector;
344 const wasteful_vector<MappingInfo*> mappings = dumper.mappings(); in TEST_F()
364 const wasteful_vector<MappingInfo*> mappings = dumper.mappings(); in TEST_F()
399 const wasteful_vector<MappingInfo*> mappings = dumper.mappings(); in TEST_F()
Dlinux_core_dumper.h120 wasteful_vector<ThreadInfo> thread_infos_;
Dminidump_writer.cc104 using google_breakpad::wasteful_vector;
872 wasteful_vector<char> dso_debug_data(dumper_->allocator(), dynamic_length); in WriteDSODebugStream()
1346 wasteful_vector<MDMemoryDescriptor> memory_blocks_;
Dlinux_dumper.cc219 void CrOSPostProcessMappings(wasteful_vector<MappingInfo*>& mappings) { in CrOSPostProcessMappings()
320 wasteful_vector<uint8_t>& identifier) { in ElfFileIdentifierForMapping()
Dminidump_writer_unittest.cc589 wasteful_vector<uint8_t> identifier(&allocator, kDefaultBuildIdSize); in TEST()
/external/google-breakpad/src/common/
Dmemory_allocator.h216 class wasteful_vector : public std::vector<T, PageStdAllocator<T> > {
218 wasteful_vector(PageAllocator* allocator, unsigned size_hint = 16)
223 wasteful_vector(PageStdAllocator<T> allocator) in wasteful_vector() function
230 class auto_wasteful_vector : public wasteful_vector<T> {
234 : wasteful_vector<T>( in auto_wasteful_vector()
Dmemory_allocator_unittest.cc75 wasteful_vector<int> v(&allocator_); in TEST()
83 wasteful_vector<unsigned> v(&allocator_); in TEST()
99 wasteful_vector<unsigned> v(&allocator_); in TEST()
/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.h248 wasteful_vector<MDMemoryDescriptor> memory_blocks_;
/external/google-breakpad/src/client/linux/microdump_writer/
Dmicrodump_writer.cc114 const google_breakpad::wasteful_vector<MappingInfo*>& mappings, in NextOrderedMapping()
503 const google_breakpad::wasteful_vector<MappingInfo*>& mappings = in DumpFreeSpace()