Lines Matching defs:offsets_
162 It it = offsets_.upper_bound(begin_offset);
163 CHECK(it != offsets_.end());
206 offsets_.insert(reinterpret_cast<uint32_t>(&dex_file->GetHeader()));
230 offsets_.insert(static_cast<uint32_t>(oat_file_.Size()));
238 offsets_.insert(code_offset);
239 offsets_.insert(oat_method.GetMappingTableOffset());
240 offsets_.insert(oat_method.GetVmapTableOffset());
241 offsets_.insert(oat_method.GetNativeGcMapOffset());
659 std::set<uint32_t> offsets_;