Searched refs:InsertClass (Results 1 - 5 of 5) sorted by relevance

/art/runtime/verifier/
H A Dreg_type_cache.h65 const RegType* InsertClass(const StringPiece& descriptor, mirror::Class* klass, bool precise)
H A Dreg_type_cache.cc244 const RegType* RegTypeCache::InsertClass(const StringPiece& descriptor, function in class:art::verifier::RegTypeCache
260 reg_type = InsertClass(AddString(StringPiece(descriptor)), klass, precise);
H A Dmethod_verifier.cc3743 result = reg_types_.InsertClass(descriptor, klass, precise);
/art/runtime/
H A Dclass_linker.h528 mirror::Class* InsertClass(const char* descriptor, ObjPtr<mirror::Class> klass, size_t hash)
H A Dclass_linker.cc2769 ObjPtr<mirror::Class> existing = InsertClass(descriptor, klass.Get(), hash);
3600 ObjPtr<mirror::Class> existing = InsertClass(descriptor,
3750 ObjPtr<mirror::Class> existing = InsertClass(descriptor, new_class.Get(), hash);
3798 mirror::Class* ClassLinker::InsertClass(const char* descriptor, ObjPtr<mirror::Class> klass, size_t hash) { function in class:art::ClassLinker
4321 ObjPtr<mirror::Class> existing = InsertClass(descriptor.c_str(), temp_klass.Get(), hash);

Completed in 263 milliseconds