Home
last modified time | relevance | path

Searched refs:GetMethodShorty (Results 1 – 9 of 9) sorted by relevance

/art/compiler/driver/
Ddex_compilation_unit.h76 return dex_file_->GetMethodShorty(method_id); in GetShorty()
81 return dex_file_->GetMethodShorty(method_id, shorty_len); in GetShorty()
/art/runtime/
Dnative_bridge_art_interface.cc35 static const char* GetMethodShorty(JNIEnv* env, jmethodID mid) { in GetMethodShorty() function
91 GetMethodShorty, GetNativeMethodCount, GetNativeMethods
Dart_method-inl.h403 return dex_file->GetMethodShorty(dex_file->GetMethodId(GetDexMethodIndex()), out_length);
/art/libdexfile/dex/
Ddex_file-inl.h220 inline const char* DexFile::GetMethodShorty(uint32_t idx) const { in GetMethodShorty() function
221 return GetMethodShorty(GetMethodId(idx)); in GetMethodShorty()
228 inline const char* DexFile::GetMethodShorty(const dex::MethodId& method_id) const { in GetMethodShorty() function
232 inline const char* DexFile::GetMethodShorty(const dex::MethodId& method_id, uint32_t* length) in GetMethodShorty() function
Ddex_file.h503 const char* GetMethodShorty(uint32_t idx) const;
507 const char* GetMethodShorty(const dex::MethodId& method_id) const;
508 const char* GetMethodShorty(const dex::MethodId& method_id, uint32_t* length) const;
/art/compiler/optimizing/
Dbuilder.cc150 const char* shorty = dex_file_->GetMethodShorty(dex_file_->GetMethodId(method_idx)); in BuildIntrinsicGraph()
Dinstruction_builder.cc488 const char* shorty = dex_file_->GetMethodShorty(method_idx); in BuildIntrinsic()
1017 const char* shorty = dex_file_->GetMethodShorty(method_idx); in BuildInvoke()
/art/runtime/interpreter/mterp/
Dnterp.cc258 return caller->GetDexFile()->GetMethodShorty(method_index); in NterpGetShortyFromMethodId()
/art/runtime/verifier/
Dmethod_verifier.cc926 const char* shorty = dex_file_->GetMethodShorty(method_id); in Verify()