Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file_test.cc317 EXPECT_EQ(java_lang_dex_file_->GetIndexForProtoId(*found), i); in TEST_F()
Ddex_file.h705 uint16_t GetIndexForProtoId(const ProtoId& proto_id) const { in GetIndexForProtoId() function
Ddex_file.cc523 const uint16_t proto_idx = GetIndexForProtoId(signature); in FindMethodId()
/art/compiler/dex/quick/
Ddex_file_method_inliner.cc648 *proto_index = dex_file->GetIndexForProtoId(*proto_id); in FindProtoIndex()