Home
last modified time | relevance | path

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

/art/compiler/driver/
Ddex_compilation_unit.h73 return dex_file_->GetMethodShorty(method_id); in GetShorty()
78 return dex_file_->GetMethodShorty(method_id, shorty_len); in GetShorty()
/art/runtime/
Dnative_bridge_art_interface.cc33 static const char* GetMethodShorty(JNIEnv* env, jmethodID mid) { in GetMethodShorty() function
88 GetMethodShorty, GetNativeMethodCount, GetNativeMethods
Ddex_file.h675 const char* GetMethodShorty(uint32_t idx) const { in GetMethodShorty() function
680 const char* GetMethodShorty(const MethodId& method_id) const { in GetMethodShorty() function
683 const char* GetMethodShorty(const MethodId& method_id, uint32_t* length) const { in GetMethodShorty() function
Dart_method-inl.h291 return dex_file->GetMethodShorty(dex_file->GetMethodId(GetDexMethodIndex()), out_length); in GetShorty()
Dclass_linker.cc7922 return dex_file.GetMethodShorty(method_id, length); in MethodShorty()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1007 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()
/art/compiler/jni/quick/
Djni_compiler.cc69 const char* shorty = dex_file.GetMethodShorty(dex_file.GetMethodId(method_idx)); in ArtJniCompileMethodInternal()
/art/compiler/optimizing/
Dinstruction_builder.cc775 const char* descriptor = dex_file_->GetMethodShorty(method_idx); in BuildInvoke()