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

  /art/runtime/
method_helper.cc 95 return other_dexfile.GetIndexForMethodId(*other_mid);
129 return other_dexfile.GetIndexForMethodId(*other_mid);
dex_file_test.cc 332 EXPECT_EQ(java_lang_dex_file_->GetIndexForMethodId(*found), i);
dex_file.h 593 uint32_t GetIndexForMethodId(const MethodId& method_id) const {
    [all...]
  /art/compiler/dex/quick/
dex_file_method_inliner.cc 673 return dex_file->GetIndexForMethodId(*method_id);
    [all...]

Completed in 32 milliseconds