Searched refs:GetMethodShorty (Results 1 – 11 of 11) sorted by relevance
/art/compiler/driver/ |
D | dex_compilation_unit.h | 73 return dex_file_->GetMethodShorty(method_id); in GetShorty() 78 return dex_file_->GetMethodShorty(method_id, shorty_len); in GetShorty()
|
/art/runtime/ |
D | native_bridge_art_interface.cc | 28 const char* GetMethodShorty(JNIEnv* env, jmethodID mid) { in GetMethodShorty() function 107 GetMethodShorty, GetNativeMethodCount, GetNativeMethods
|
D | dex_file.h | 624 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
|
D | class_linker.cc | 5904 return dex_file.GetMethodShorty(method_id, length); in MethodShorty()
|
/art/compiler/jni/portable/ |
D | jni_compiler.cc | 69 char const return_shorty = dex_file->GetMethodShorty(method_id)[0]; in Compile()
|
/art/compiler/dex/ |
D | frontend.cc | 570 const char* shorty = dex_file.GetMethodShorty(dex_file.GetMethodId(method_idx)); in CanCompileMethod() 604 const char* invoke_method_shorty = dex_file.GetMethodShorty( in CanCompileMethod()
|
D | mir_graph.cc | 693 cu_->shorty = dex_file.GetMethodShorty(dex_file.GetMethodId(method_idx)); in InlineMethod()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 781 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/ |
D | jni_compiler.cc | 64 const char* shorty = dex_file.GetMethodShorty(dex_file.GetMethodId(method_idx)); in ArtJniCompileMethodInternal()
|
/art/runtime/mirror/ |
D | art_method-inl.h | 429 return dex_file->GetMethodShorty(dex_file->GetMethodId(method->GetDexMethodIndex()), out_length); in GetShorty()
|
/art/compiler/llvm/ |
D | gbc_expander.cc | 2671 …const char* shorty = dex_compilation_unit_->GetDexFile()->GetMethodShorty(method_id, &shorty_size); in GetFunctionType()
|