Searched refs:GetMethodShorty (Results 1 – 13 of 13) sorted by relevance
/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/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 | 192 return dex_file->GetMethodShorty(dex_file->GetMethodId(GetDexMethodIndex()), out_length); in GetShorty()
|
D | instrumentation.cc | 1548 shorty = dex_file->GetMethodShorty(method_index)[0]; in GetRuntimeMethodShorty()
|
/art/libdexfile/dex/ |
D | dex_file-inl.h | 169 inline const char* DexFile::GetMethodShorty(uint32_t idx) const { in GetMethodShorty() function 173 inline const char* DexFile::GetMethodShorty(const dex::MethodId& method_id) const { in GetMethodShorty() function 177 inline const char* DexFile::GetMethodShorty(const dex::MethodId& method_id, uint32_t* length) in GetMethodShorty() function
|
D | dex_file.h | 414 const char* GetMethodShorty(uint32_t idx) const; 417 const char* GetMethodShorty(const dex::MethodId& method_id) const; 418 const char* GetMethodShorty(const dex::MethodId& method_id, uint32_t* length) const;
|
/art/compiler/optimizing/ |
D | builder.cc | 160 const char* shorty = dex_file_->GetMethodShorty(dex_file_->GetMethodId(method_idx)); in BuildIntrinsicGraph()
|
D | instruction_builder.cc | 475 const char* shorty = dex_file_->GetMethodShorty(method_idx); in BuildIntrinsic() 989 const char* shorty = dex_file_->GetMethodShorty(method_idx); in BuildInvoke()
|
/art/runtime/entrypoints/jni/ |
D | jni_entrypoints.cc | 177 const char* shorty = dex_file->GetMethodShorty(dex_file->GetMethodId(method_idx), &shorty_len); in artCriticalNativeFrameSize()
|
/art/runtime/interpreter/mterp/ |
D | nterp.cc | 222 return caller->GetDexFile()->GetMethodShorty(method_index); in NterpGetShortyFromMethodId()
|
/art/compiler/jni/quick/ |
D | jni_compiler.cc | 93 const char* shorty = dex_file.GetMethodShorty(dex_file.GetMethodId(method_idx)); in ArtJniCompileMethodInternal()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 1304 called_method.dex_file->GetMethodShorty(called_method.GetMethodId(), &shorty_len); in artQuickResolutionTrampoline() 2275 const char* shorty = dex_file->GetMethodShorty(dex_file->GetMethodId(method_idx), &shorty_len); in artInvokeCommon() 2384 const char* shorty = dex_file.GetMethodShorty(dex_file.GetMethodId(dex_method_idx), in artInvokeInterfaceTrampoline()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 926 const char* shorty = dex_file_->GetMethodShorty(method_id); in Verify()
|