Home | History | Annotate | Download | only in runtime

Lines Matching refs:descriptor

164   // Finds a class by its descriptor, loading it if necessary.
167 const char* descriptor,
172 // Finds a class by its descriptor using the "system" class loader, ie by searching the
174 ObjPtr<mirror::Class> FindSystemClass(Thread* self, const char* descriptor)
177 return FindClass(self, descriptor, ScopedNullHandle<mirror::ClassLoader>());
192 const char* descriptor,
200 // Finds a class by its descriptor, returning null if it isn't wasn't loaded
203 const char* descriptor,
208 // Finds all the classes with the given descriptor, regardless of ClassLoader.
209 void LookupClasses(const char* descriptor, std::vector<ObjPtr<mirror::Class>>& classes)
556 // the same descriptor and ClassLoader.
557 ObjPtr<mirror::Class> InsertClass(const char* descriptor,
842 const char* descriptor,
883 // function is supposed to be ComputeModifiedUtf8Hash(descriptor). Returns true if the
889 const char* descriptor,
898 const char* descriptor,
912 const char* descriptor,
921 const char* descriptor,
959 // Finds a class by its descriptor, returning NULL if it isn't wasn't loaded
960 // by the given 'class_loader'. Uses the provided hash for the descriptor.
962 const char* descriptor,
1005 const char* descriptor,
1017 const char* descriptor,
1236 const char* descriptor,
1254 // `descriptor` matches the allocated class.
1259 const char* descriptor)
1276 // Check that c1 == FindSystemClass(self, descriptor). Abort with class dumps otherwise.
1277 void CheckSystemClass(Thread* self, Handle<mirror::Class> c1, const char* descriptor)
1412 virtual void ClassPreDefine(const char* descriptor ATTRIBUTE_UNUSED,