Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_verifier.cc409 OffsetTypeMapHashCompareFn> offset_to_type_map_; member in art::dex::DexFileVerifier
2202 DCHECK(offset_to_type_map_.find(aligned_offset) == offset_to_type_map_.end()); in CheckIntraSectionIterate()
2203 offset_to_type_map_.insert(std::pair<uint32_t, uint16_t>(aligned_offset, kType)); in CheckIntraSectionIterate()
2305 offset_to_type_map_.reserve( in CheckIntraSection()
2418 auto it = offset_to_type_map_.find(offset); in CheckOffsetToTypeMap()
2419 if (UNLIKELY(it == offset_to_type_map_.end())) { in CheckOffsetToTypeMap()