Home
last modified time | relevance | path

Searched refs:GetClassFromTypeIndex (Results 1 – 7 of 7) sorted by relevance

/art/runtime/
Dreflection.cc227 m->GetClassFromTypeIndex(classes->GetTypeItem(args_offset).type_idx_, true); in BuildArgArrayFromObjectArray()
361 mirror::Class* param_type = m->GetClassFromTypeIndex(type_idx, true); in CheckMethodArguments()
Dart_method-inl.h146 inline mirror::Class* ArtMethod::GetClassFromTypeIndex(uint16_t type_idx, bool resolve) { in GetClassFromTypeIndex() function
Dart_method.cc270 mirror::Class* iter_exception_type = GetClassFromTypeIndex(iter_type_idx, true); in FindCatchBlock()
Dart_method.h258 mirror::Class* GetClassFromTypeIndex(uint16_t type_idx, bool resolve)
Dclass_linker.cc3909 method1->GetClassFromTypeIndex(param_type_idx, true))); in HasSameSignatureWithDifferentClassLoaders()
3917 method2->GetClassFromTypeIndex(other_param_type_idx, true); in HasSameSignatureWithDifferentClassLoaders()
Ddebugger.cc3941 m->GetClassFromTypeIndex(types->GetTypeItem(i).type_idx_, true); in PrepareInvokeMethod()
/art/runtime/interpreter/
Dinterpreter_common.cc561 new_shadow_frame->GetMethod()->GetClassFromTypeIndex( in DoCall()