Home | History | Annotate | Download | only in processor

Lines Matching refs:Range

55   // Locates the range encompassing the supplied address.  If there is
56 // no such range, returns false. entry_base and entry_size, if non-NULL,
57 // are set to the base and size of the entry's range.
61 // Locates the range encompassing the supplied address, if one exists.
62 // If no range encompasses the supplied address, locates the nearest range
64 // if no range meets these criteria. entry_base and entry_size, if
65 // non-NULL, are set to the base and size of the entry's range.
71 // occupy, locates the range at the index specified by index. Returns
74 // range.
86 class Range {
98 typedef StaticMap<AddressType, Range> AddressToRangeMap;