Home | History | Annotate | Download | only in runtime

Lines Matching refs:descriptor

101     // Data contains the class pointer GcRoot as well as the low bits of the descriptor hash.
112 // Same class loader and descriptor.
115 // Same descriptor.
133 // Hash set that hashes class descriptor, and compares descriptors and class loaders. Results
134 // should be compared for a matching class descriptor and class loader.
175 mirror::Class* UpdateClass(const char* descriptor, mirror::Class* new_klass, size_t hash)
202 // Return the first class that matches the descriptor. Returns null if there are none.
203 mirror::Class* Lookup(const char* descriptor, size_t hash)
207 // Return the first class that matches the descriptor of klass. Returns null if there are none.
213 // with the same descriptor is already in the table, return the existing entry.
227 bool Remove(const char* descriptor)