Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file_test.cc237 EXPECT_EQ(java_lang_dex_file_->GetIndexForProtoId(*found), i); in TEST_F()
Ddex_file.h649 uint16_t GetIndexForProtoId(const ProtoId& proto_id) const { in GetIndexForProtoId() function
Ddex_file.cc409 const uint16_t proto_idx = GetIndexForProtoId(signature); in FindMethodId()