Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc706 : cached_descriptor_(GetClassDescriptor(dex_file, current_class_index)), in DexFileAndClassPair()
714 cached_descriptor_ = rhs.cached_descriptor_; in operator =()
722 return cached_descriptor_; in GetCachedDescriptor()
726 const char* lhsDescriptor = cached_descriptor_; in operator <()
727 const char* rhsDescriptor = rhs.cached_descriptor_; in operator <()
768 const char* cached_descriptor_; member in art::DexFileAndClassPair