Searched refs:RetrieveNearestRange (Results 1 – 8 of 8) sorted by relevance
/external/google-breakpad/src/processor/ |
D | static_range_map.h | 66 bool RetrieveNearestRange(const AddressType &address, const EntryType *&entry,
|
D | fast_source_line_resolver.cc | 81 if (functions_.RetrieveNearestRange(address, func_ptr, in LookupAddress() 218 if (functions_.RetrieveNearestRange(address, function_ptr, in FindWindowsFrameInfo()
|
D | range_map.h | 100 bool RetrieveNearestRange(const AddressType &address, EntryType *entry,
|
D | static_range_map-inl.h | 76 bool StaticRangeMap<AddressType, EntryType>::RetrieveNearestRange( in RetrieveNearestRange() function
|
D | basic_source_line_resolver.cc | 242 if (functions_.RetrieveNearestRange(address, &func, &function_base, in LookupAddress() 296 if (functions_.RetrieveNearestRange(address, &function, &function_base, in FindWindowsFrameInfo()
|
D | static_range_map_unittest.cc | 278 bool retrieved_nearest = range_map->RetrieveNearestRange(address, in RetrieveTest()
|
D | range_map-inl.h | 214 bool RangeMap<AddressType, EntryType>::RetrieveNearestRange( in RetrieveNearestRange() function
|
D | range_map_unittest.cc | 216 bool retrieved_nearest = range_map->RetrieveNearestRange(address, in RetrieveTest()
|