Searched defs:GetMethodId (Results 1 – 8 of 8) sorted by relevance
| /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/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/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/libdexfile/dex/ |
| D | method_reference.h | 34 const dex::MethodId& GetMethodId() const { in GetMethodId() function
|
| D | dex_file.h | 408 const dex::MethodId& GetMethodId(uint32_t idx) const { in GetMethodId() function
|
| /art/dexlayout/ |
| D | dex_ir.h | 758 const MethodId* GetMethodId() const { return method_id_; } in GetMethodId() function 809 MethodId* GetMethodId() const { return u_.method_val_; } in GetMethodId() function 1187 MethodId* GetMethodId() const { return method_id_; } in GetMethodId() function 1204 MethodId* GetMethodId() const { return method_id_; } in GetMethodId() function
|
| /art/tools/hiddenapi/ |
| D | hiddenapi.cc | 232 inline const dex::MethodId& GetMethodId() const { in GetMethodId() function in art::hiddenapi::DexMember
|