Home
last modified time | relevance | path

Searched refs:GetMethodShorty (Results 1 – 13 of 13) sorted by relevance

/art/compiler/driver/
Ddex_compilation_unit.h75 return dex_file_->GetMethodShorty(method_id); in GetShorty()
80 return dex_file_->GetMethodShorty(method_id, shorty_len); in GetShorty()
/art/runtime/
Dnative_bridge_art_interface.cc35 static const char* GetMethodShorty(JNIEnv* env, jmethodID mid) { in GetMethodShorty() function
91 GetMethodShorty, GetNativeMethodCount, GetNativeMethods
Dart_method-inl.h192 return dex_file->GetMethodShorty(dex_file->GetMethodId(GetDexMethodIndex()), out_length); in GetShorty()
Dinstrumentation.cc1548 shorty = dex_file->GetMethodShorty(method_index)[0]; in GetRuntimeMethodShorty()
/art/libdexfile/dex/
Ddex_file-inl.h169 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
Ddex_file.h414 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/
Dbuilder.cc160 const char* shorty = dex_file_->GetMethodShorty(dex_file_->GetMethodId(method_idx)); in BuildIntrinsicGraph()
Dinstruction_builder.cc475 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/
Djni_entrypoints.cc177 const char* shorty = dex_file->GetMethodShorty(dex_file->GetMethodId(method_idx), &shorty_len); in artCriticalNativeFrameSize()
/art/runtime/interpreter/mterp/
Dnterp.cc222 return caller->GetDexFile()->GetMethodShorty(method_index); in NterpGetShortyFromMethodId()
/art/compiler/jni/quick/
Djni_compiler.cc93 const char* shorty = dex_file.GetMethodShorty(dex_file.GetMethodId(method_idx)); in ArtJniCompileMethodInternal()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1304 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/
Dmethod_verifier.cc926 const char* shorty = dex_file_->GetMethodShorty(method_id); in Verify()