Searched refs:ResolveVerifyAndClinit (Results 1 – 8 of 8) sorted by relevance
/art/runtime/entrypoints/quick/ |
D | quick_dexcache_entrypoints.cc | 160 ObjPtr<mirror::Class> result = ResolveVerifyAndClinit(dex::TypeIndex(type_idx), in artResolveTypeFromCode() 178 ObjPtr<mirror::Class> result = ResolveVerifyAndClinit(dex::TypeIndex(type_idx), in artResolveTypeAndVerifyAccessFromCode()
|
/art/runtime/entrypoints/ |
D | entrypoint_utils.h | 161 inline ObjPtr<mirror::Class> ResolveVerifyAndClinit(dex::TypeIndex type_idx,
|
D | entrypoint_utils-inl.h | 701 inline ObjPtr<mirror::Class> ResolveVerifyAndClinit(dex::TypeIndex type_idx, in ResolveVerifyAndClinit() function
|
/art/runtime/interpreter/mterp/ |
D | mterp.cc | 361 ObjPtr<mirror::Class> c = ResolveVerifyAndClinit(dex::TypeIndex(index), in MterpConstClass() 405 ObjPtr<mirror::Class> c = ResolveVerifyAndClinit(dex::TypeIndex(index), in MterpCheckCast() 427 ObjPtr<mirror::Class> c = ResolveVerifyAndClinit(dex::TypeIndex(index), in MterpInstanceOf() 450 ObjPtr<mirror::Class> c = ResolveVerifyAndClinit(dex::TypeIndex(inst->VRegB_21c()), in MterpNewInstance()
|
D | nterp.cc | 444 ResolveVerifyAndClinit(index, in NterpGetClassOrAllocateObject() 537 ResolveVerifyAndClinit(dex::TypeIndex(type_idx), in DoFilledNewArray()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 616 ObjPtr<mirror::Class> c = ResolveVerifyAndClinit(dex::TypeIndex(B()), in CONST_CLASS() 684 ObjPtr<mirror::Class> c = ResolveVerifyAndClinit(dex::TypeIndex(B()), in CHECK_CAST() 702 ObjPtr<mirror::Class> c = ResolveVerifyAndClinit(dex::TypeIndex(C()), in INSTANCE_OF() 729 ObjPtr<mirror::Class> c = ResolveVerifyAndClinit(dex::TypeIndex(B()), in NEW_INSTANCE()
|
D | interpreter_common.cc | 1458 ObjPtr<mirror::Class> array_class = ResolveVerifyAndClinit(dex::TypeIndex(type_idx), in DoFilledNewArray()
|
/art/runtime/ |
D | class_linker_test.cc | 1314 TEST_F(ClassLinkerTest, ResolveVerifyAndClinit) { in TEST_F() argument 1336 ObjPtr<mirror::Class> uninit = ResolveVerifyAndClinit(type_idx, in TEST_F() 1343 ObjPtr<mirror::Class> init = ResolveVerifyAndClinit(type_idx, in TEST_F()
|