Home
last modified time | relevance | path

Searched refs:GetTypeDescriptorFromTypeIdx (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Dart_method-inl.h290 inline const char* ArtMethod::GetTypeDescriptorFromTypeIdx(dex::TypeIndex type_idx) { in GetTypeDescriptorFromTypeIdx() function
Dart_method.h670 const char* GetTypeDescriptorFromTypeIdx(dex::TypeIndex type_idx)
Dart_method.cc295 << DescriptorToDot(GetTypeDescriptorFromTypeIdx(iter_type_idx)); in FindCatchBlock()
Dreflection.cc389 << m->GetTypeDescriptorFromTypeIdx(type_idx) << "\n" in CheckMethodArguments()
/art/runtime/verifier/
Dmethod_verifier.cc4250 return res_method_->GetTypeDescriptorFromTypeIdx(params_->GetTypeItem(pos_).type_idx_); in GetDescriptor()
4364 const char* argument_descriptor = method->GetTypeDescriptorFromTypeIdx(argument_type_index); in CheckSignaturePolymorphicMethod()