Home
last modified time | relevance | path

Searched refs:ResolveClassFromTypeIndex (Results 1 – 8 of 8) sorted by relevance

/art/runtime/
Dart_method-inl.h98 inline ObjPtr<mirror::Class> ArtMethod::ResolveClassFromTypeIndex(dex::TypeIndex type_idx) { in ResolveClassFromTypeIndex() function
349 return ResolveClassFromTypeIndex(GetReturnTypeIndex()); in ResolveReturnType()
Dreflection.cc246 m->ResolveClassFromTypeIndex(classes->GetTypeItem(args_offset).type_idx_)); in BuildArgArrayFromObjectArray()
385 ObjPtr<mirror::Class> param_type(m->ResolveClassFromTypeIndex(type_idx)); in CheckMethodArguments()
Dart_method.h403 ObjPtr<mirror::Class> ResolveClassFromTypeIndex(dex::TypeIndex type_idx)
Dart_method.cc276 ObjPtr<mirror::Class> iter_exception_type = ResolveClassFromTypeIndex(iter_type_idx); in FindCatchBlock()
Dclass_linker.cc5642 method1->ResolveClassFromTypeIndex(param_type_idx))); in HasSameSignatureWithDifferentClassLoaders()
5650 method2->ResolveClassFromTypeIndex(other_param_type_idx); in HasSameSignatureWithDifferentClassLoaders()
Ddebugger.cc3945 m->ResolveClassFromTypeIndex(types->GetTypeItem(i).type_idx_); in PrepareInvokeMethod()
/art/runtime/interpreter/
Dinterpreter_common.cc1673 arg_type = method->ResolveClassFromTypeIndex(type_idx); in DoCallCommon()
/art/dex2oat/driver/
Dcompiler_driver.cc2331 ObjPtr<mirror::Class> param_type = m->ResolveClassFromTypeIndex(param_type_idx); in ResolveTypesOfMethods()