Searched defs:cached_descriptor_ (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Doat_file_manager.cc191 cached_descriptor_(dex_file_->StringByTypeIdx(dex::TypeIndex(*type_info->GetIterator()))),
201 return cached_descriptor_;
205 const int cmp = strcmp(cached_descriptor_, rhs.cached_descriptor_);
219 cached_descriptor_ = dex_file_->StringByTypeIdx(dex::TypeIndex(*type_info_->GetIterator()));
234 const char* cached_descriptor_; member in class:art::DexFileAndClassPair

Completed in 16 milliseconds