Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_manager.cc214 cached_descriptor_(dex_file_->StringByTypeIdx(dex::TypeIndex(*type_info->GetIterator()))), in DexFileAndClassPair()
224 return cached_descriptor_; in GetCachedDescriptor()
228 const int cmp = strcmp(cached_descriptor_, rhs.cached_descriptor_); in operator <()
242 cached_descriptor_ = dex_file_->StringByTypeIdx(dex::TypeIndex(*type_info_->GetIterator())); in Next()
257 const char* cached_descriptor_; member in art::DexFileAndClassPair