Home
last modified time | relevance | path

Searched refs:GetIndexForMethodId (Results 1 – 5 of 5) sorted by relevance

/art/runtime/dex/
Dart_dex_file_loader_test.cc274 EXPECT_EQ(java_lang_dex_file_->GetIndexForMethodId(*found), i); in TEST_F()
/art/runtime/
Dart_method.cc266 return other_dexfile.GetIndexForMethodId(*other_mid); in FindDexMethodIndexInOtherDexFile()
/art/libdexfile/dex/
Ddex_file.h597 uint32_t GetIndexForMethodId(const MethodId& method_id) const { in GetIndexForMethodId() function
/art/profman/
Dprofman.cc819 return dex_file->GetIndexForMethodId(*method_id); in FindMethodIndex()
/art/openjdkjvmti/
Dti_redefine.cc1423 uint32_t dex_method_idx = dex_file_->GetIndexForMethodId(*method_id); in UpdateMethods()