HomeSort by relevance Sort by last modified time
    Searched refs:GetIndexForProtoId (Results 1 - 4 of 4) sorted by null

  /art/runtime/
dex_file_test.cc 317 EXPECT_EQ(java_lang_dex_file_->GetIndexForProtoId(*found), i);
dex_file.h 705 uint16_t GetIndexForProtoId(const ProtoId& proto_id) const {
    [all...]
dex_file.cc 523 const uint16_t proto_idx = GetIndexForProtoId(signature);
    [all...]
  /art/compiler/dex/quick/
dex_file_method_inliner.cc 648 *proto_index = dex_file->GetIndexForProtoId(*proto_id);
    [all...]

Completed in 41 milliseconds