Searched refs:GetClassFromTypeIndex (Results 1 – 7 of 7) sorted by relevance
227 m->GetClassFromTypeIndex(classes->GetTypeItem(args_offset).type_idx_, true); in BuildArgArrayFromObjectArray()361 mirror::Class* param_type = m->GetClassFromTypeIndex(type_idx, true); in CheckMethodArguments()
146 inline mirror::Class* ArtMethod::GetClassFromTypeIndex(uint16_t type_idx, bool resolve) { in GetClassFromTypeIndex() function
270 mirror::Class* iter_exception_type = GetClassFromTypeIndex(iter_type_idx, true); in FindCatchBlock()
258 mirror::Class* GetClassFromTypeIndex(uint16_t type_idx, bool resolve)
3909 method1->GetClassFromTypeIndex(param_type_idx, true))); in HasSameSignatureWithDifferentClassLoaders()3917 method2->GetClassFromTypeIndex(other_param_type_idx, true); in HasSameSignatureWithDifferentClassLoaders()
3941 m->GetClassFromTypeIndex(types->GetTypeItem(i).type_idx_, true); in PrepareInvokeMethod()
561 new_shadow_frame->GetMethod()->GetClassFromTypeIndex( in DoCall()