Home
last modified time | relevance | path

Searched defs:FindProtoId (Results 1 – 3 of 3) sorted by relevance

/art/runtime/dex/
Dart_dex_file_loader_test.cc246 TEST_F(ArtDexFileLoaderTest, FindProtoId) { in TEST_F() argument
/art/libdexfile/dex/
Ddex_file.cc388 const DexFile::ProtoId* DexFile::FindProtoId(dex::TypeIndex return_type_idx, in FindProtoId() function in art::DexFile
Ddex_file.h713 const ProtoId* FindProtoId(dex::TypeIndex return_type_idx, in FindProtoId() function