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 | 184 return dex_file->GetMethodShorty(dex_file->GetMethodId(GetDexMethodIndex()), out_length); in GetShorty()
|
D | instrumentation.cc | 1444 shorty = dex_file->GetMethodShorty(method_index)[0]; in GetRuntimeMethodShorty()
|
/art/libdexfile/dex/ |
D | dex_file-inl.h | 141 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
|
D | dex_file.h | 409 const char* GetMethodShorty(uint32_t idx) const; 412 const char* GetMethodShorty(const dex::MethodId& method_id) const; 413 const char* GetMethodShorty(const dex::MethodId& method_id, uint32_t* length) const;
|
/art/compiler/optimizing/ |
D | builder.cc | 161 const char* shorty = dex_file_->GetMethodShorty(dex_file_->GetMethodId(method_idx)); in BuildIntrinsicGraph()
|
D | instruction_builder.cc | 471 const char* shorty = dex_file_->GetMethodShorty(method_idx); in BuildIntrinsic() 995 const char* shorty = dex_file_->GetMethodShorty(method_idx); in BuildInvoke()
|
/art/runtime/entrypoints/jni/ |
D | jni_entrypoints.cc | 173 const char* shorty = dex_file->GetMethodShorty(dex_file->GetMethodId(method_idx), &shorty_len); in artCriticalNativeFrameSize()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 1306 called_method.dex_file->GetMethodShorty(called_method.GetMethodId(), &shorty_len); in artQuickResolutionTrampoline() 2205 const char* shorty = dex_file->GetMethodShorty(dex_file->GetMethodId(method_idx), &shorty_len); in artInvokeCommon() 2321 const char* shorty = dex_file.GetMethodShorty(dex_file.GetMethodId(dex_method_idx), in artInvokeInterfaceTrampoline()
|
/art/compiler/jni/quick/ |
D | jni_compiler.cc | 123 const char* shorty = dex_file.GetMethodShorty(dex_file.GetMethodId(method_idx)); in ArtJniCompileMethodInternal()
|
/art/runtime/interpreter/mterp/ |
D | nterp.cc | 229 return caller->GetDexFile()->GetMethodShorty(method_index); in NterpGetShortyFromMethodId()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 959 const char* shorty = dex_file_->GetMethodShorty(method_id); in Verify()
|