Searched defs:GetMethodShorty (Results 1 – 2 of 2) sorted by relevance
136 inline const char* DexFile::GetMethodShorty(uint32_t idx) const { in GetMethodShorty() function140 inline const char* DexFile::GetMethodShorty(const dex::MethodId& method_id) const { in GetMethodShorty() function144 inline const char* DexFile::GetMethodShorty(const dex::MethodId& method_id, uint32_t* length) in GetMethodShorty() function
35 static const char* GetMethodShorty(JNIEnv* env, jmethodID mid) { in GetMethodShorty() function