Searched refs:GetClassFromTypeIdx (Results 1 - 7 of 7) sorted by relevance

/art/runtime/
H A Dmethod_helper-inl.h46 inline mirror::Class* MethodHelper::GetClassFromTypeIdx(uint16_t type_idx, bool resolve) { function in class:art::MethodHelper
62 return GetClassFromTypeIdx(return_type_idx, resolve);
H A Dmethod_helper.cc55 mirror::Class* param_type = GetClassFromTypeIdx(types->GetTypeItem(i).type_idx_);
57 other->GetClassFromTypeIdx(other_types->GetTypeItem(i).type_idx_);
H A Dmethod_helper.h76 // May cause thread suspension due to GetClassFromTypeIdx calling ResolveType this caused a large
114 mirror::Class* GetClassFromTypeIdx(uint16_t type_idx, bool resolve = true)
H A Dreflection.cc234 mh.GetClassFromTypeIdx(classes->GetTypeItem(args_offset).type_idx_);
370 mirror::Class* param_type = mh.GetClassFromTypeIdx(type_idx);
380 // TODO: There is a compaction bug here since GetClassFromTypeIdx can cause thread suspension,
H A Ddebugger.cc3573 mirror::Class* parameter_type = mh.GetClassFromTypeIdx(types->GetTypeItem(i).type_idx_);
/art/runtime/mirror/
H A Dart_method.cc255 Class* iter_exception_type = mh.GetClassFromTypeIdx(iter_type_idx);
/art/runtime/interpreter/
H A Dinterpreter_common.cc585 Class* arg_type = mh.GetClassFromTypeIdx(params->GetTypeItem(shorty_pos).type_idx_);

Completed in 139 milliseconds