Searched refs:ValueLessThan (Results 1 – 4 of 4) sorted by relevance
91 static bool ValueLessThan(uint64_t vaddr, const MemMapItem &a) in ValueLessThan() function
121 static bool ValueLessThan(uint64_t vaddr, const MemMapItem &a) in ValueLessThan() function
57 std::upper_bound(memMaps_.begin(), memMaps_.end(), addr, MemMapItem::ValueLessThan); in FindMapByAddr2()
55 std::upper_bound(memMaps_->begin(), memMaps_->end(), addr, MemMapItem::ValueLessThan); in FindMapByAddr2()