Home
last modified time | relevance | path

Searched defs:GetMethodShorty (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/libdexfile/dex/
H A Ddex_file-inl.h141 inline const char* DexFile::GetMethodShorty(uint32_t idx) const { in GetMethodShorty() function
145 inline const char* DexFile::GetMethodShorty(const dex::MethodId& method_id) const { in GetMethodShorty() function
149 inline const char* DexFile::GetMethodShorty(const dex::MethodId& method_id, uint32_t* length) in GetMethodShorty() function
/aosp12/art/runtime/
H A Dnative_bridge_art_interface.cc35 static const char* GetMethodShorty(JNIEnv* env, jmethodID mid) { in GetMethodShorty() function