Home
last modified time | relevance | path

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

/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/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/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/libdexfile/dex/
Dmethod_reference.h34 const dex::MethodId& GetMethodId() const { in GetMethodId() function
Ddex_file.h408 const dex::MethodId& GetMethodId(uint32_t idx) const { in GetMethodId() function
/art/dexlayout/
Ddex_ir.h758 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/
Dhiddenapi.cc232 inline const dex::MethodId& GetMethodId() const { in GetMethodId() function in art::hiddenapi::DexMember