Searched refs:StaticRangeMap (Results 1 – 6 of 6) sorted by relevance
/external/google-breakpad/src/processor/ |
D | static_range_map.h | 50 class StaticRangeMap { 52 StaticRangeMap(): map_() { } in StaticRangeMap() function 53 explicit StaticRangeMap(const char *memory): map_(memory) { } in StaticRangeMap() function 97 typedef StaticRangeMap* SelfPtr;
|
D | fast_source_line_resolver_types.h | 89 lines = StaticRangeMap<MemAddr, Line>( in CopyFrom() 93 StaticRangeMap<MemAddr, Line> lines; 153 StaticRangeMap<MemAddr, Function> functions_; 173 StaticRangeMap<MemAddr, char> cfi_initial_rules_;
|
D | static_range_map-inl.h | 45 bool StaticRangeMap<AddressType, EntryType>::RetrieveRange( in RetrieveRange() 76 bool StaticRangeMap<AddressType, EntryType>::RetrieveNearestRange( in RetrieveNearestRange() 105 bool StaticRangeMap<AddressType, EntryType>::RetrieveRangeAtIndex( in RetrieveRangeAtIndex()
|
D | module_comparer.cc | 111 StaticRangeMap<MemAddr, FastFunc>::MapConstIterator iter2; in CompareModule() 154 StaticRangeMap<MemAddr, char>::MapConstIterator iter2; in CompareModule() 201 StaticRangeMap<MemAddr, FastLine>::MapConstIterator iter2; in CompareFunction()
|
D | fast_source_line_resolver.cc | 174 StaticRangeMap<MemAddr, Function>(mem_buffer + offsets[map_id++]); in LoadMapFromMemory() 182 StaticRangeMap<MemAddr, char>(mem_buffer + offsets[map_id++]); in LoadMapFromMemory()
|
D | static_range_map_unittest.cc | 47 typedef google_breakpad::StaticRangeMap< AddressType, EntryType > TestMap;
|