Home
last modified time | relevance | path

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

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