Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file_test.cc306 TEST_F(DexFileTest, FindProtoId) { in TEST_F() argument
Ddex_file.h771 const ProtoId* FindProtoId(uint16_t return_type_idx, in FindProtoId() function
Ddex_file.cc695 const DexFile::ProtoId* DexFile::FindProtoId(uint16_t return_type_idx, in FindProtoId() function in art::DexFile