Searched refs:FindEntryIndexThatContainsOrFollows (Results 1 – 2 of 2) sorted by relevance
100 uint32_t base_idx = location_map.FindEntryIndexThatContainsOrFollows(base); in AddMemberLocationRanges()168 base_idx = location_map.FindEntryIndexThatContainsOrFollows(base); in AddDwarfRange()175 end_idx = location_map.FindEntryIndexThatContainsOrFollows(end - 1); in AddDwarfRange()
635 uint32_t FindEntryIndexThatContainsOrFollows(B addr) const { in FindEntryIndexThatContainsOrFollows() function