Home
last modified time | relevance | path

Searched refs:GetMethodShorty (Results 1 – 11 of 11) 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.cc28 const char* GetMethodShorty(JNIEnv* env, jmethodID mid) { in GetMethodShorty() function
107 GetMethodShorty, GetNativeMethodCount, GetNativeMethods
Ddex_file.h624 const char* GetMethodShorty(const MethodId& method_id) const { in GetMethodShorty() function
627 const char* GetMethodShorty(const MethodId& method_id, uint32_t* length) const { in GetMethodShorty() function
Dclass_linker.cc5904 return dex_file.GetMethodShorty(method_id, length); in MethodShorty()
/art/compiler/jni/portable/
Djni_compiler.cc69 char const return_shorty = dex_file->GetMethodShorty(method_id)[0]; in Compile()
/art/compiler/dex/
Dfrontend.cc570 const char* shorty = dex_file.GetMethodShorty(dex_file.GetMethodId(method_idx)); in CanCompileMethod()
604 const char* invoke_method_shorty = dex_file.GetMethodShorty( in CanCompileMethod()
Dmir_graph.cc693 cu_->shorty = dex_file.GetMethodShorty(dex_file.GetMethodId(method_idx)); in InlineMethod()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc781 dex_file->GetMethodShorty(dex_file->GetMethodId(dex_method_idx), &shorty_len); in artQuickResolutionTrampoline()
1787 const char* shorty = dex_file->GetMethodShorty(dex_file->GetMethodId(method_idx), &shorty_len); in artInvokeCommon()
1926 const char* shorty = dex_file->GetMethodShorty(dex_file->GetMethodId(dex_method_idx), in artInvokeInterfaceTrampoline()
/art/compiler/jni/quick/
Djni_compiler.cc64 const char* shorty = dex_file.GetMethodShorty(dex_file.GetMethodId(method_idx)); in ArtJniCompileMethodInternal()
/art/runtime/mirror/
Dart_method-inl.h429 return dex_file->GetMethodShorty(dex_file->GetMethodId(method->GetDexMethodIndex()), out_length); in GetShorty()
/art/compiler/llvm/
Dgbc_expander.cc2671 …const char* shorty = dex_compilation_unit_->GetDexFile()->GetMethodShorty(method_id, &shorty_size); in GetFunctionType()