Home
last modified time | relevance | path

Searched refs:StaticRangeMap (Results 1 – 6 of 6) sorted by relevance

/external/google-breakpad/src/processor/
Dstatic_range_map.h50 class StaticRangeMap {
52 StaticRangeMap(): map_() { } in StaticRangeMap() function
53 explicit StaticRangeMap(const char *memory): map_(memory) { } in StaticRangeMap() function
97 typedef StaticRangeMap* SelfPtr;
Dfast_source_line_resolver_types.h89 lines = StaticRangeMap<MemAddr, Line>( in CopyFrom()
93 StaticRangeMap<MemAddr, Line> lines;
153 StaticRangeMap<MemAddr, Function> functions_;
173 StaticRangeMap<MemAddr, char> cfi_initial_rules_;
Dstatic_range_map-inl.h45 bool StaticRangeMap<AddressType, EntryType>::RetrieveRange( in RetrieveRange()
76 bool StaticRangeMap<AddressType, EntryType>::RetrieveNearestRange( in RetrieveNearestRange()
105 bool StaticRangeMap<AddressType, EntryType>::RetrieveRangeAtIndex( in RetrieveRangeAtIndex()
Dmodule_comparer.cc111 StaticRangeMap<MemAddr, FastFunc>::MapConstIterator iter2; in CompareModule()
154 StaticRangeMap<MemAddr, char>::MapConstIterator iter2; in CompareModule()
201 StaticRangeMap<MemAddr, FastLine>::MapConstIterator iter2; in CompareFunction()
Dfast_source_line_resolver.cc174 StaticRangeMap<MemAddr, Function>(mem_buffer + offsets[map_id++]); in LoadMapFromMemory()
182 StaticRangeMap<MemAddr, char>(mem_buffer + offsets[map_id++]); in LoadMapFromMemory()
Dstatic_range_map_unittest.cc47 typedef google_breakpad::StaticRangeMap< AddressType, EntryType > TestMap;