Home
last modified time | relevance | path

Searched refs:RetrieveNearestRange (Results 1 – 8 of 8) sorted by relevance

/external/google-breakpad/src/processor/
Dstatic_range_map.h66 bool RetrieveNearestRange(const AddressType &address, const EntryType *&entry,
Dfast_source_line_resolver.cc81 if (functions_.RetrieveNearestRange(address, func_ptr, in LookupAddress()
218 if (functions_.RetrieveNearestRange(address, function_ptr, in FindWindowsFrameInfo()
Drange_map.h100 bool RetrieveNearestRange(const AddressType &address, EntryType *entry,
Dstatic_range_map-inl.h76 bool StaticRangeMap<AddressType, EntryType>::RetrieveNearestRange( in RetrieveNearestRange() function
Dbasic_source_line_resolver.cc242 if (functions_.RetrieveNearestRange(address, &func, &function_base, in LookupAddress()
296 if (functions_.RetrieveNearestRange(address, &function, &function_base, in FindWindowsFrameInfo()
Dstatic_range_map_unittest.cc278 bool retrieved_nearest = range_map->RetrieveNearestRange(address, in RetrieveTest()
Drange_map-inl.h214 bool RangeMap<AddressType, EntryType>::RetrieveNearestRange( in RetrieveNearestRange() function
Drange_map_unittest.cc216 bool retrieved_nearest = range_map->RetrieveNearestRange(address, in RetrieveTest()