Searched refs:GetIndexForProtoId (Results 1 – 4 of 4) sorted by relevance
75 return static_cast<int>(dex_file_->GetIndexForProtoId(*proto_id_).index_) - in Compare()76 static_cast<int>(rhs.dex_file_->GetIndexForProtoId(*rhs.proto_id_).index_); in Compare()
268 EXPECT_EQ(java_lang_dex_file_->GetIndexForProtoId(*found), dex::ProtoIndex(i)); in TEST_F()
288 const dex::ProtoIndex proto_idx = GetIndexForProtoId(signature); in FindMethodId()
491 dex::ProtoIndex GetIndexForProtoId(const dex::ProtoId& proto_id) const { in GetIndexForProtoId() function