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

/art/runtime/
H A Ddex_file_test.cc319 EXPECT_EQ(java_lang_dex_file_->GetIndexForProtoId(*found), i);
H A Ddex_file.h762 uint16_t GetIndexForProtoId(const ProtoId& proto_id) const { function in class:art::DexFile
H A Ddex_file.cc591 const uint16_t proto_idx = GetIndexForProtoId(signature);
/art/compiler/dex/quick/
H A Ddex_file_method_inliner.cc783 *proto_index = dex_file->GetIndexForProtoId(*proto_id);

Completed in 1058 milliseconds