Searched refs:GetMethodShorty (Results 1 – 8 of 8) sorted by relevance
/art/runtime/ |
D | native_bridge_art_interface.cc | 35 static const char* GetMethodShorty(JNIEnv* env, jmethodID mid) { in GetMethodShorty() function 91 GetMethodShorty, GetNativeMethodCount, GetNativeMethods
|
D | art_method-inl.h | 182 return dex_file->GetMethodShorty(dex_file->GetMethodId(GetDexMethodIndex()), out_length); in GetShorty()
|
/art/compiler/driver/ |
D | dex_compilation_unit.h | 75 return dex_file_->GetMethodShorty(method_id); in GetShorty() 80 return dex_file_->GetMethodShorty(method_id, shorty_len); in GetShorty()
|
/art/libdexfile/dex/ |
D | dex_file-inl.h | 136 inline const char* DexFile::GetMethodShorty(uint32_t idx) const { in GetMethodShorty() function 140 inline const char* DexFile::GetMethodShorty(const dex::MethodId& method_id) const { in GetMethodShorty() function 144 inline const char* DexFile::GetMethodShorty(const dex::MethodId& method_id, uint32_t* length) in GetMethodShorty() function
|
D | dex_file.h | 390 const char* GetMethodShorty(uint32_t idx) const; 393 const char* GetMethodShorty(const dex::MethodId& method_id) const; 394 const char* GetMethodShorty(const dex::MethodId& method_id, uint32_t* length) const;
|
/art/compiler/optimizing/ |
D | builder.cc | 171 const char* shorty = dex_file_->GetMethodShorty(dex_file_->GetMethodId(method_idx)); in BuildIntrinsicGraph()
|
/art/compiler/jni/quick/ |
D | jni_compiler.cc | 125 const char* shorty = dex_file.GetMethodShorty(dex_file.GetMethodId(method_idx)); in ArtJniCompileMethodInternal()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 1388 called_method.dex_file->GetMethodShorty(called_method.GetMethodId(), &shorty_len); in artQuickResolutionTrampoline() 2536 const char* shorty = dex_file->GetMethodShorty(dex_file->GetMethodId(method_idx), &shorty_len); in artInvokeCommon() 2669 const char* shorty = dex_file.GetMethodShorty(dex_file.GetMethodId(dex_method_idx), in artInvokeInterfaceTrampoline()
|