/external/valgrind/coregrind/ |
D | m_rangemap.c | 59 static void preen (/*MOD*/RangeMap* rm); 60 static Word find ( const RangeMap* rm, UWord key ); 61 static void split_at ( /*MOD*/RangeMap* rm, UWord key ); 62 static void show ( const RangeMap* rm ); 65 RangeMap* VG_(newRangeMap) ( void*(*alloc_fn)(const HChar*,SizeT), in VG_() 73 RangeMap* rm = alloc_fn(cc, sizeof(RangeMap)); in VG_() 90 void VG_(deleteRangeMap) ( RangeMap* rm ) in VG_() 99 void VG_(bindRangeMap) ( RangeMap* rm, in VG_() 117 /*OUT*/UWord* val, const RangeMap* rm, UWord key ) in VG_() 126 Word VG_(sizeRangeMap) ( const RangeMap* rm ) in VG_() [all …]
|
/external/valgrind/include/ |
D | pub_tool_rangemap.h | 43 typedef struct _RangeMap RangeMap; typedef 50 RangeMap* VG_(newRangeMap) ( void*(*alloc_fn)(const HChar*,SizeT), 56 void VG_(deleteRangeMap) ( RangeMap* ); 63 void VG_(bindRangeMap) ( RangeMap* rm, 71 /*OUT*/UWord* val, const RangeMap* rm, UWord key ); 74 Word VG_(sizeRangeMap) ( const RangeMap* rm ); 78 /*OUT*/UWord* val, const RangeMap* rm, Word ix );
|
/external/google-breakpad/src/processor/ |
D | range_map-inl.h | 50 bool RangeMap<AddressType, EntryType>::StoreRange(const AddressType &base, in StoreRange() 118 bool RangeMap<AddressType, EntryType>::RetrieveRange( in RetrieveRange() 147 bool RangeMap<AddressType, EntryType>::RetrieveNearestRange( in RetrieveNearestRange() 178 bool RangeMap<AddressType, EntryType>::RetrieveRangeAtIndex( in RetrieveRangeAtIndex() 206 int RangeMap<AddressType, EntryType>::GetCount() const { in GetCount() 212 void RangeMap<AddressType, EntryType>::Clear() { in Clear()
|
D | map_serializers.h | 113 size_t SizeOf(const RangeMap<Address, Entry> &m) const; 118 char* Write(const RangeMap<Address, Entry> &m, char* dest) const; 124 char* Serialize(const RangeMap<Address, Entry> &m, unsigned int *size) const; 128 typedef typename RangeMap<Address, Entry>::Range Range;
|
D | basic_source_line_resolver_types.h | 68 RangeMap< MemAddr, linked_ptr<Line> > lines; 145 RangeMap< MemAddr, linked_ptr<Function> > functions_; 165 RangeMap<MemAddr, string> cfi_initial_rules_;
|
D | basic_code_modules.h | 49 template<typename AddressType, typename EntryType> class RangeMap; variable 78 RangeMap<uint64_t, linked_ptr<const CodeModule> > *map_;
|
D | range_map.h | 53 class RangeMap { 55 RangeMap() : map_() {} in RangeMap() function
|
D | basic_code_modules.cc | 50 map_(new RangeMap<uint64_t, linked_ptr<const CodeModule> >()) { in BasicCodeModules() 78 map_(new RangeMap<uint64_t, linked_ptr<const CodeModule> >()) { in BasicCodeModules()
|
D | map_serializers-inl.h | 120 const RangeMap<Address, Entry> &m) const { in SizeOf() 139 const RangeMap<Address, Entry> &m, char *dest) const { in Write() 170 const RangeMap<Address, Entry> &m, unsigned int *size) const { in Serialize()
|
D | module_comparer.cc | 110 RangeMap<MemAddr, linked_ptr<BasicFunc> >::MapConstIterator iter1; in CompareModule() 153 RangeMap<MemAddr, string>::MapConstIterator iter1; in CompareModule() 200 RangeMap<MemAddr, linked_ptr<BasicLine> >::MapConstIterator iter1; in CompareFunction()
|
D | range_map_unittest.cc | 49 using google_breakpad::RangeMap; 71 typedef RangeMap< AddressType, linked_ptr<CountedObject> > TestMap;
|
D | map_serializers_unittest.cc | 210 google_breakpad::RangeMap<AddrType, EntryType> range_map_;
|
D | static_range_map_unittest.cc | 48 typedef google_breakpad::RangeMap< AddressType, EntryType > RMap;
|
D | minidump.cc | 2432 range_map_(new RangeMap<uint64_t, unsigned int>()), in MinidumpModuleList() 2688 range_map_(new RangeMap<uint64_t, unsigned int>()), in MinidumpMemoryList() 3797 range_map_(new RangeMap<uint64_t, unsigned int>()), in MinidumpMemoryInfoList()
|
/external/v8/src/ |
D | allocation-tracker.cc | 124 ranges_.insert(RangeMap::value_type(end, new_range)); in AddRange() 129 RangeMap::const_iterator it = ranges_.upper_bound(addr); in GetTraceNodeId() 153 for (RangeMap::iterator it = ranges_.begin(); it != ranges_.end(); ++it) { in Print() 162 RangeMap::iterator it = ranges_.upper_bound(start); in RemoveRange() 167 RangeMap::iterator to_remove_begin = it; in RemoveRange() 185 ranges_.insert(RangeMap::value_type(start, prev_range)); in RemoveRange()
|
D | allocation-tracker.h | 80 typedef std::map<Address, RangeStack> RangeMap; typedef 84 RangeMap ranges_;
|
/external/google-breakpad/src/google_breakpad/processor/ |
D | minidump.h | 107 template<typename AddressType, typename EntryType> class RangeMap; variable 520 RangeMap<uint64_t, unsigned int> *range_map_; 575 RangeMap<uint64_t, unsigned int> *range_map_; 849 RangeMap<uint64_t, unsigned int> *range_map_;
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/ |
D | breakpad_unittests.sym | 13342 …RangeMap<long long unsigned int, google_breakpad::linked_ptr<const google_breakpad::CodeModule> >:… 13354 …RangeMap<long long unsigned int, unsigned int>::Range, std::less<long long unsigned int>, std::all… 32666 …RangeMap<long long unsigned int, unsigned int>::Range>, std::priv::_Select1st<std::pair<long long … 33165 FUNC 4a508 b4 0 google_breakpad::RangeMap<long long unsigned int, unsigned int>::RetrieveRange 33643 …RangeMap<long long unsigned int, unsigned int>::Range>, std::priv::_Select1st<std::pair<long long … 33650 …RangeMap<long long unsigned int, unsigned int>::Range>, std::priv::_Select1st<std::pair<long long … 35863 …RangeMap<long long unsigned int, unsigned int>::Range>, std::priv::_Select1st<std::pair<long long … 35895 FUNC 4ffec 1e8 0 google_breakpad::RangeMap<long long unsigned int, unsigned int>::StoreRange 37056 …RangeMap<long long unsigned int, google_breakpad::linked_ptr<const google_breakpad::CodeModule> >:… 37124 …RangeMap<long long unsigned int, google_breakpad::linked_ptr<const google_breakpad::CodeModule> >:… [all …]
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/D6D1FEC9A15DE7F38A236898871A2E770/ |
D | breakpad_unittests.sym | 34363 …RangeMap<long unsigned int, unsigned int>::Range>, std::priv::_Select1st<std::pair<long unsigned i… 34911 FUNC 6fbb4 104 0 google_breakpad::RangeMap<long unsigned int, unsigned int>::RetrieveRange 35359 …RangeMap<long unsigned int, unsigned int>::Range>, std::priv::_Select1st<std::pair<long unsigned i… 35366 …RangeMap<long unsigned int, unsigned int>::Range>, std::priv::_Select1st<std::pair<long unsigned i… 37474 …RangeMap<long unsigned int, unsigned int>::Range>, std::priv::_Select1st<std::pair<long unsigned i… 37504 FUNC 77198 254 0 google_breakpad::RangeMap<long unsigned int, unsigned int>::StoreRange 38575 …RangeMap<long unsigned int, google_breakpad::linked_ptr<const google_breakpad::CodeModule> >::Rang… 38702 …RangeMap<long unsigned int, google_breakpad::linked_ptr<const google_breakpad::CodeModule> >::Rang… 38720 …RangeMap<long unsigned int, google_breakpad::linked_ptr<const google_breakpad::CodeModule> >::Rang… 38750 FUNC 79ec4 2d8 0 google_breakpad::RangeMap<long unsigned int, google_breakpad::linked_ptr<const goo…
|
/external/lldb/lldb.xcodeproj/ |
D | project.pbxproj | 913 …/* RangeMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; … 2632 2626B6AD143E1BEA00EF935C /* RangeMap.h */,
|
/external/valgrind/memcheck/ |
D | mc_main.c | 1081 static RangeMap* gIgnoredAddressRanges = NULL;
|