Searched refs:FindProtoId (Results 1 - 5 of 5) sorted by relevance

/art/runtime/
H A Ddex_file.h791 const ProtoId* FindProtoId(dex::TypeIndex return_type_idx,
794 const ProtoId* FindProtoId(dex::TypeIndex return_type_idx, function in class:art::DexFile::MethodHandleType
796 return FindProtoId(return_type_idx, &signature_type_idxs[0], signature_type_idxs.size());
H A Ddex_file_test.cc478 TEST_F(DexFileTest, FindProtoId) {
489 java_lang_dex_file_->FindProtoId(to_find.return_type_idx_, to_find_types);
H A Ddex_file.cc826 const DexFile::ProtoId* DexFile::FindProtoId(dex::TypeIndex return_type_idx, function in class:art::DexFile
920 const ProtoId* proto_id = FindProtoId(return_type_idx, param_type_indices);
/art/profman/
H A Dprofman.cc631 const DexFile::ProtoId* proto_id = dex_file->FindProtoId(return_type_idx, param_type_idxs);
/art/runtime/openjdkjvmti/
H A Dti_redefine.cc1355 const art::DexFile::ProtoId* proto_id = dex_file_->FindProtoId(method_return_idx,

Completed in 81 milliseconds