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.cc308 TEST_F(ArtDexFileLoaderTest, FindProtoId) { in TEST_F() argument
Ddex_file.cc414 const ProtoId* DexFile::FindProtoId(dex::TypeIndex return_type_idx, in FindProtoId() function in art::DexFile
Ddex_file.h538 const dex::ProtoId* FindProtoId(dex::TypeIndex return_type_idx, in FindProtoId() function