Searched refs:InsertClass (Results 1 – 6 of 6) sorted by relevance
/aosp12/art/runtime/verifier/ |
H A D | reg_type_cache.h | 89 const RegType* InsertClass(const std::string_view& descriptor,
|
H A D | reg_type_cache.cc | 262 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()
|
H A D | reg_type_test.cc | 1126 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()
|
H A D | method_verifier.cc | 3689 result = reg_types_.InsertClass(descriptor, klass, precise); in ResolveClass()
|
/aosp12/art/runtime/ |
H A D | class_linker.h | 637 ObjPtr<mirror::Class> InsertClass(const char* descriptor,
|
H A D | class_linker.cc | 2521 ObjPtr<mirror::Class> existing = InsertClass(descriptor, array_class, hash); in FinishCoreArrayClassSetup() 3188 ObjPtr<mirror::Class> existing = InsertClass(descriptor, klass.Get(), hash); in DefineClass() 4182 ObjPtr<mirror::Class> existing = InsertClass(descriptor, in CreatePrimitiveClass() 4306 ObjPtr<mirror::Class> existing = InsertClass(descriptor, new_class.Get(), hash); in CreateArrayClass() 4353 ObjPtr<mirror::Class> ClassLinker::InsertClass(const char* descriptor, in InsertClass() function in art::ClassLinker 4948 ObjPtr<mirror::Class> existing = InsertClass(descriptor, temp_klass.Get(), hash); in CreateProxyClass()
|