Searched refs:ResolveVerifyAndClinit (Results 1 – 8 of 8) sorted by relevance
/aosp12/art/runtime/entrypoints/quick/ |
H A D | quick_dexcache_entrypoints.cc | 170 ObjPtr<mirror::Class> result = ResolveVerifyAndClinit(dex::TypeIndex(type_idx), in artResolveTypeFromCode() 188 ObjPtr<mirror::Class> result = ResolveVerifyAndClinit(dex::TypeIndex(type_idx), in artResolveTypeAndVerifyAccessFromCode()
|
/aosp12/art/runtime/interpreter/mterp/ |
H A D | mterp.cc | 269 ResolveVerifyAndClinit(dex::TypeIndex(index), in MterpConstClass() 314 ResolveVerifyAndClinit(dex::TypeIndex(index), in MterpCheckCast() 336 ObjPtr<mirror::Class> c = ResolveVerifyAndClinit(dex::TypeIndex(index), in MterpInstanceOf() 360 ResolveVerifyAndClinit(dex::TypeIndex(inst->VRegB_21c()), in MterpNewInstance()
|
H A D | nterp.cc | 560 ResolveVerifyAndClinit(index, in NterpGetClassOrAllocateObject() 653 ResolveVerifyAndClinit(dex::TypeIndex(type_idx), in DoFilledNewArray()
|
/aosp12/art/runtime/entrypoints/ |
H A D | entrypoint_utils.h | 161 inline ObjPtr<mirror::Class> ResolveVerifyAndClinit(dex::TypeIndex type_idx,
|
H A D | entrypoint_utils-inl.h | 700 inline ObjPtr<mirror::Class> ResolveVerifyAndClinit(dex::TypeIndex type_idx, in ResolveVerifyAndClinit() function
|
/aosp12/art/runtime/interpreter/ |
H A D | interpreter_switch_impl-inl.h | 563 ObjPtr<mirror::Class> c = ResolveVerifyAndClinit(dex::TypeIndex(B()), in CONST_CLASS() 626 ObjPtr<mirror::Class> c = ResolveVerifyAndClinit(dex::TypeIndex(B()), in CHECK_CAST() 643 ObjPtr<mirror::Class> c = ResolveVerifyAndClinit(dex::TypeIndex(C()), in INSTANCE_OF() 668 ObjPtr<mirror::Class> c = ResolveVerifyAndClinit(dex::TypeIndex(B()), in NEW_INSTANCE()
|
H A D | interpreter_common.cc | 1454 ObjPtr<mirror::Class> array_class = ResolveVerifyAndClinit(dex::TypeIndex(type_idx), in DoFilledNewArray()
|
/aosp12/art/runtime/ |
H A D | class_linker_test.cc | 1317 TEST_F(ClassLinkerTest, ResolveVerifyAndClinit) { in TEST_F() argument 1339 ObjPtr<mirror::Class> uninit = ResolveVerifyAndClinit(type_idx, in TEST_F() 1346 ObjPtr<mirror::Class> init = ResolveVerifyAndClinit(type_idx, in TEST_F()
|