Home | History | Annotate | Download | only in dex

Lines Matching refs:offset_to_type_map_

1901       DCHECK(offset_to_type_map_.find(aligned_offset) == offset_to_type_map_.end());
1902 offset_to_type_map_.insert(std::pair<uint32_t, uint16_t>(aligned_offset, kType));
2106 auto it = offset_to_type_map_.find(offset);
2107 if (UNLIKELY(it == offset_to_type_map_.end())) {