Home
last modified time | relevance | path

Searched refs:GetIndexForProtoId (Results 1 – 3 of 3) sorted by relevance

/art/libdexfile/dex/
Dart_dex_file_loader_test.cc259 EXPECT_EQ(java_lang_dex_file_->GetIndexForProtoId(*found), dex::ProtoIndex(i)); in TEST_F()
Ddex_file.cc281 const dex::ProtoIndex proto_idx = GetIndexForProtoId(signature); in FindMethodId()
Ddex_file.h470 dex::ProtoIndex GetIndexForProtoId(const dex::ProtoId& proto_id) const { in GetIndexForProtoId() function