Home
last modified time | relevance | path

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

/art/runtime/entrypoints/portable/
Dportable_throw_entrypoints.cc106 << current_method->GetTypeDescriptorFromTypeIdx(iter_type_idx); in art_portable_find_catch_block_from_code()
/art/runtime/mirror/
Dart_method.cc244 << DescriptorToDot(h_this->GetTypeDescriptorFromTypeIdx(iter_type_idx)); in FindCatchBlock()
Dart_method-inl.h519 inline const char* ArtMethod::GetTypeDescriptorFromTypeIdx(uint16_t type_idx) { in GetTypeDescriptorFromTypeIdx() function
Dart_method.h536 const char* GetTypeDescriptorFromTypeIdx(uint16_t type_idx)
/art/runtime/
Dreflection.cc374 << h_m->GetTypeDescriptorFromTypeIdx(type_idx) << "\n" in CheckMethodArguments()
/art/runtime/verifier/
Dmethod_verifier.cc3282 return res_method_->GetTypeDescriptorFromTypeIdx(params_->GetTypeItem(pos_).type_idx_); in GetDescriptor()
3456 res_method->GetTypeDescriptorFromTypeIdx(params->GetTypeItem(param_index).type_idx_); in VerifyInvokeVirtualQuickArgs()