Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file_test.cc305 TEST_F(DexFileTest, FindProtoId) { in TEST_F() argument
Ddex_file.cc659 const DexFile::ProtoId* DexFile::FindProtoId(uint16_t return_type_idx, in FindProtoId() function in art::DexFile
Ddex_file.h731 const ProtoId* FindProtoId(uint16_t return_type_idx, in FindProtoId() function