Home
last modified time | relevance | path

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

/art/runtime/dex/
Dart_dex_file_loader_test.cc246 TEST_F(ArtDexFileLoaderTest, FindProtoId) { in TEST_F() argument
257 java_lang_dex_file_->FindProtoId(to_find.return_type_idx_, to_find_types); in TEST_F()
/art/libdexfile/dex/
Ddex_file.h710 const ProtoId* FindProtoId(dex::TypeIndex return_type_idx,
713 const ProtoId* FindProtoId(dex::TypeIndex return_type_idx, in FindProtoId() function
715 return FindProtoId(return_type_idx, &signature_type_idxs[0], signature_type_idxs.size()); in FindProtoId()
Ddex_file.cc388 const DexFile::ProtoId* DexFile::FindProtoId(dex::TypeIndex return_type_idx, in FindProtoId() function in art::DexFile
482 const ProtoId* proto_id = FindProtoId(return_type_idx, param_type_indices); in CreateSignature()
/art/profman/
Dprofman.cc807 const DexFile::ProtoId* proto_id = dex_file->FindProtoId(return_type_idx, param_type_idxs); in FindMethodIndex()
/art/openjdkjvmti/
Dti_redefine.cc1416 const art::DexFile::ProtoId* proto_id = dex_file_->FindProtoId(method_return_idx, in UpdateMethods()