Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_rpc/public/pw_rpc/
H A Dmethod_info.h66 constexpr MethodId GetMethodId() { in GetMethodId() function
/aosp_15_r20/prebuilts/module_sdk/art/13/include/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
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/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
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/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
/aosp_15_r20/art/libdexfile/dex/
H A Dmethod_reference.h35 const dex::MethodId& GetMethodId() const { in GetMethodId() function
H A Ddex_file.h457 const dex::MethodId& GetMethodId(uint32_t idx) const { in GetMethodId() function
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/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
/aosp_15_r20/art/test/2262-default-conflict-methods/src/
H A DMain.java64 private static native long GetMethodId(boolean is_static, Class k, String name, String sig); in GetMethodId() method in Main
/aosp_15_r20/art/test/2262-miranda-methods/src/
H A DMain.java65 private static native long GetMethodId(boolean is_static, Class k, String name, String sig); in GetMethodId() method in Main
/aosp_15_r20/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
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libdexfile/dex/
Dmethod_reference.h34 const dex::MethodId& GetMethodId() const { in GetMethodId() function
Ddex_file.h371 const dex::MethodId& GetMethodId(uint32_t idx) const { in GetMethodId() function
/aosp_15_r20/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
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/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
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libdexfile/dex/
Dmethod_reference.h34 const dex::MethodId& GetMethodId() const { in GetMethodId() function
Ddex_file.h368 const dex::MethodId& GetMethodId(uint32_t idx) const { in GetMethodId() function
/aosp_15_r20/external/webrtc/modules/utility/source/
H A Djvm_android.cc157 jmethodID JavaClass::GetMethodId(const char* name, const char* signature) { in GetMethodId() function in webrtc::JavaClass
/aosp_15_r20/art/tools/hiddenapi/
H A Dhiddenapi.cc233 inline const dex::MethodId& GetMethodId() const { in GetMethodId() function in art::hiddenapi::DexMember