Home
last modified time | relevance | path

Searched refs:InsertClass (Results 1 – 6 of 6) sorted by relevance

/art/runtime/verifier/
Dreg_type_cache.h89 const RegType* InsertClass(const std::string_view& descriptor,
Dreg_type_cache.cc262 const RegType* RegTypeCache::InsertClass(const std::string_view& descriptor, in InsertClass() function in art::verifier::RegTypeCache
280 reg_type = InsertClass(AddString(std::string_view(descriptor)), klass, precise); in FromClass()
Dreg_type_test.cc1126 const RegType& c1_reg_type = *cache.InsertClass(in1, c1.Get(), false); in TestClassJoin()
1127 const RegType& c2_reg_type = *cache.InsertClass(in2, c2.Get(), false); in TestClassJoin()
Dmethod_verifier.cc3745 result = reg_types_.InsertClass(descriptor, klass, precise); in ResolveClass()
/art/runtime/
Dclass_linker.h620 ObjPtr<mirror::Class> InsertClass(const char* descriptor,
Dclass_linker.cc2735 ObjPtr<mirror::Class> existing = InsertClass(descriptor, array_class, hash); in FinishCoreArrayClassSetup()
3375 ObjPtr<mirror::Class> existing = InsertClass(descriptor, klass.Get(), hash); in DefineClass()
4342 ObjPtr<mirror::Class> existing = InsertClass(descriptor, in CreatePrimitiveClass()
4466 ObjPtr<mirror::Class> existing = InsertClass(descriptor, new_class.Get(), hash); in CreateArrayClass()
4513 ObjPtr<mirror::Class> ClassLinker::InsertClass(const char* descriptor, in InsertClass() function in art::ClassLinker
5073 ObjPtr<mirror::Class> existing = InsertClass(descriptor, temp_klass.Get(), hash); in CreateProxyClass()