Searched refs:GetMethodShorty (Results 1 - 11 of 11) sorted by relevance

/art/compiler/driver/
H A Ddex_compilation_unit.h73 return dex_file_->GetMethodShorty(method_id);
78 return dex_file_->GetMethodShorty(method_id, shorty_len);
/art/runtime/
H A Dnative_bridge_art_interface.cc28 const char* GetMethodShorty(JNIEnv* env, jmethodID mid) { function in namespace:art
107 GetMethodShorty, GetNativeMethodCount, GetNativeMethods
H A Ddex_file.h621 const char* GetMethodShorty(const MethodId& method_id) const { function in class:art::DexFile
624 const char* GetMethodShorty(const MethodId& method_id, uint32_t* length) const { function in class:art::DexFile
H A Dclass_linker.cc5453 return dex_file.GetMethodShorty(method_id, length);
/art/compiler/jni/portable/
H A Djni_compiler.cc69 char const return_shorty = dex_file->GetMethodShorty(method_id)[0];
/art/compiler/dex/
H A Dfrontend.cc570 const char* shorty = dex_file.GetMethodShorty(dex_file.GetMethodId(method_idx));
604 const char* invoke_method_shorty = dex_file.GetMethodShorty(
H A Dmir_graph.cc693 cu_->shorty = dex_file.GetMethodShorty(dex_file.GetMethodId(method_idx));
/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc758 dex_file->GetMethodShorty(dex_file->GetMethodId(dex_method_idx), &shorty_len);
1755 const char* shorty = dex_file->GetMethodShorty(dex_file->GetMethodId(method_idx), &shorty_len);
1894 const char* shorty = dex_file->GetMethodShorty(dex_file->GetMethodId(dex_method_idx),
/art/compiler/jni/quick/
H A Djni_compiler.cc64 const char* shorty = dex_file.GetMethodShorty(dex_file.GetMethodId(method_idx));
/art/runtime/mirror/
H A Dart_method-inl.h418 return dex_file->GetMethodShorty(dex_file->GetMethodId(method->GetDexMethodIndex()), out_length);
/art/compiler/llvm/
H A Dgbc_expander.cc2671 const char* shorty = dex_compilation_unit_->GetDexFile()->GetMethodShorty(method_id, &shorty_size);

Completed in 169 milliseconds