Home | History | Annotate | Download | only in runtime

Lines Matching defs:InsertClass

2904   ObjPtr<mirror::Class> existing = InsertClass(descriptor, klass.Get(), hash);
3773 ObjPtr<mirror::Class> existing = InsertClass(descriptor,
3923 ObjPtr<mirror::Class> existing = InsertClass(descriptor, new_class.Get(), hash);
3971 mirror::Class* ClassLinker::InsertClass(const char* descriptor, ObjPtr<mirror::Class> klass, size_t hash) {
4520 ObjPtr<mirror::Class> existing = InsertClass(descriptor.c_str(), temp_klass.Get(), hash);