Searched refs:GetMethodShorty (Results 1 - 8 of 8) 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.cc33 static const char* GetMethodShorty(JNIEnv* env, jmethodID mid) { function in namespace:art
88 GetMethodShorty, GetNativeMethodCount, GetNativeMethods
H A Ddex_file.h675 const char* GetMethodShorty(uint32_t idx) const { function in class:art::DexFile
680 const char* GetMethodShorty(const MethodId& method_id) const { function in class:art::DexFile
683 const char* GetMethodShorty(const MethodId& method_id, uint32_t* length) const { function in class:art::DexFile
H A Dart_method-inl.h291 return dex_file->GetMethodShorty(dex_file->GetMethodId(GetDexMethodIndex()), out_length);
H A Dclass_linker.cc7922 return dex_file.GetMethodShorty(method_id, length);
/art/compiler/jni/quick/
H A Djni_compiler.cc69 const char* shorty = dex_file.GetMethodShorty(dex_file.GetMethodId(method_idx));
/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc1007 called_method.dex_file->GetMethodShorty(
2051 const char* shorty = dex_file->GetMethodShorty(dex_file->GetMethodId(method_idx), &shorty_len);
2203 const char* shorty = dex_file->GetMethodShorty(dex_file->GetMethodId(dex_method_idx),
/art/compiler/optimizing/
H A Dinstruction_builder.cc775 const char* descriptor = dex_file_->GetMethodShorty(method_idx);

Completed in 744 milliseconds