Searched defs:GetMethodId (Results 1 – 7 of 7) sorted by relevance
| /art/libdexfile/dex/ |
| D | method_reference.h | 35 const dex::MethodId& GetMethodId() const { in GetMethodId() function
|
| D | dex_file.h | 457 const dex::MethodId& GetMethodId(uint32_t idx) const { in GetMethodId() function
|
| /art/test/2262-default-conflict-methods/src/ |
| D | Main.java | 64 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/ |
| D | Main.java | 65 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/ |
| D | Main.java | 68 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/ |
| D | Main.java | 77 private static native long GetMethodId(boolean is_static, Class k, String name, String sig); in GetMethodId() method in Main
|
| /art/tools/hiddenapi/ |
| D | hiddenapi.cc | 233 inline const dex::MethodId& GetMethodId() const { in GetMethodId() function in art::hiddenapi::DexMember
|