Searched refs:GetMethodShorty (Results 1 – 8 of 8) sorted by relevance
73 return dex_file_->GetMethodShorty(method_id); in GetShorty()78 return dex_file_->GetMethodShorty(method_id, shorty_len); in GetShorty()
33 static const char* GetMethodShorty(JNIEnv* env, jmethodID mid) { in GetMethodShorty() function88 GetMethodShorty, GetNativeMethodCount, GetNativeMethods
675 const char* GetMethodShorty(uint32_t idx) const { in GetMethodShorty() function680 const char* GetMethodShorty(const MethodId& method_id) const { in GetMethodShorty() function683 const char* GetMethodShorty(const MethodId& method_id, uint32_t* length) const { in GetMethodShorty() function
291 return dex_file->GetMethodShorty(dex_file->GetMethodId(GetDexMethodIndex()), out_length); in GetShorty()
7922 return dex_file.GetMethodShorty(method_id, length); in MethodShorty()
1007 called_method.dex_file->GetMethodShorty( in artQuickResolutionTrampoline()2051 const char* shorty = dex_file->GetMethodShorty(dex_file->GetMethodId(method_idx), &shorty_len); in artInvokeCommon()2203 const char* shorty = dex_file->GetMethodShorty(dex_file->GetMethodId(dex_method_idx), in artInvokeInterfaceTrampoline()
69 const char* shorty = dex_file.GetMethodShorty(dex_file.GetMethodId(method_idx)); in ArtJniCompileMethodInternal()
775 const char* descriptor = dex_file_->GetMethodShorty(method_idx); in BuildInvoke()