Lines Matching refs:InsertClass
1424 mirror::Class* existing = InsertClass(descriptor, klass.get(), Hash(descriptor));
2025 mirror::Class* existing = InsertClass(descriptor, primitive_class, Hash(descriptor));
2152 mirror::Class* existing = InsertClass(descriptor, new_class.get(), Hash(descriptor));
2193 mirror::Class* ClassLinker::InsertClass(const char* descriptor, mirror::Class* klass,
2256 InsertClass(descriptor, result, hash);
2775 mirror::Class* existing = InsertClass(descriptor.c_str(), klass.get(), Hash(descriptor.c_str()));