Home
last modified time | relevance | path

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

/art/runtime/
Druntime_image.cc94 class_hashes_(allocator_.Adapter()), in RuntimeImageHelper()
403 return helper_->class_hashes_.Get(helper_->FromImageOffsetToVectorOffset(ptr)); in operator ()()
1596 class_hashes_.Put(offset, hash); in CopyClass()
1806 ArenaSafeMap<uint32_t, uint32_t> class_hashes_; member in art::RuntimeImageHelper