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

/art/compiler/driver/
H A Ddex_compilation_unit.h74 return dex_file_->GetMethodShorty(method_id);
79 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
103 GetMethodShorty, GetNativeMethodCount, GetNativeMethods
H A Ddex_file.h641 const char* GetMethodShorty(const MethodId& method_id) const { function in class:art::DexFile
644 const char* GetMethodShorty(const MethodId& method_id, uint32_t* length) const { function in class:art::DexFile
H A Dart_method-inl.h341 return dex_file->GetMethodShorty(dex_file->GetMethodId(GetDexMethodIndex()), out_length);
H A Dclass_linker.cc5584 return dex_file.GetMethodShorty(method_id, length);
/art/compiler/dex/quick/
H A Dquick_compiler.cc507 const char* shorty = dex_file.GetMethodShorty(dex_file.GetMethodId(method_idx));
538 const char* invoke_method_shorty = dex_file.GetMethodShorty(
646 cu.shorty = dex_file.GetMethodShorty(dex_file.GetMethodId(method_idx));
/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc892 called_method.dex_file->GetMethodShorty(
1956 const char* shorty = dex_file->GetMethodShorty(dex_file->GetMethodId(method_idx), &shorty_len);
2090 const char* shorty = dex_file->GetMethodShorty(dex_file->GetMethodId(dex_method_idx),
/art/compiler/jni/quick/
H A Djni_compiler.cc68 const char* shorty = dex_file.GetMethodShorty(dex_file.GetMethodId(method_idx));

Completed in 503 milliseconds