Home
last modified time | relevance | path

Searched defs:GetMethodId (Results 1 – 7 of 7) sorted by relevance

/art/libdexfile/dex/
Dmethod_reference.h35 const dex::MethodId& GetMethodId() const { in GetMethodId() function
Ddex_file.h457 const dex::MethodId& GetMethodId(uint32_t idx) const { in GetMethodId() function
/art/test/2262-default-conflict-methods/src/
DMain.java64 private static native long GetMethodId(boolean is_static, Class k, String name, String sig); in GetMethodId() method in Main
/art/test/2262-miranda-methods/src/
DMain.java65 private static native long GetMethodId(boolean is_static, Class k, String name, String sig); in GetMethodId() method in Main
/art/test/1973-jni-id-swap-pointer/src/
DMain.java68 private static native long GetMethodId(boolean is_static, Class k, String name, String sig); in GetMethodId() method in Main
/art/test/1972-jni-id-swap-indices/src/
DMain.java77 private static native long GetMethodId(boolean is_static, Class k, String name, String sig); in GetMethodId() method in Main
/art/tools/hiddenapi/
Dhiddenapi.cc233 inline const dex::MethodId& GetMethodId() const { in GetMethodId() function in art::hiddenapi::DexMember