Home
last modified time | relevance | path

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

/aosp12/art/test/1973-jni-id-swap-pointer/src/
H A DMain.java68 private static native long GetMethodId(boolean is_static, Class k, String name, String sig); in GetMethodId() method in Main
/aosp12/art/libdexfile/dex/
H A Dmethod_reference.h34 const dex::MethodId& GetMethodId() const { in GetMethodId() function
H A Ddex_file.h368 const dex::MethodId& GetMethodId(uint32_t idx) const { in GetMethodId() function
/aosp12/art/test/1972-jni-id-swap-indices/src/
H A DMain.java77 private static native long GetMethodId(boolean is_static, Class k, String name, String sig); in GetMethodId() method in Main
/aosp12/art/dexlayout/
H A Ddex_ir.h750 const MethodId* GetMethodId() const { return method_id_; } in GetMethodId() function
801 MethodId* GetMethodId() const { return u_.method_val_; } in GetMethodId() function
1179 MethodId* GetMethodId() const { return method_id_; } in GetMethodId() function
1196 MethodId* GetMethodId() const { return method_id_; } in GetMethodId() function
/aosp12/art/tools/hiddenapi/
H A Dhiddenapi.cc230 inline const dex::MethodId& GetMethodId() const { in GetMethodId() function in art::hiddenapi::DexMember