Home
last modified time | relevance | path

Searched refs:utf_length (Results 1 – 2 of 2) sorted by relevance

/art/libdexfile/dex/
Ddex_file-inl.h128 inline const char* DexFile::GetMethodName(const dex::MethodId& method_id, uint32_t* utf_length) in GetMethodName() argument
130 return StringDataAndUtf16LengthByIdx(method_id.name_idx_, utf_length); in GetMethodName()
133 inline const char* DexFile::GetMethodName(uint32_t idx, uint32_t* utf_length) const { in GetMethodName() argument
134 return StringDataAndUtf16LengthByIdx(GetMethodId(idx).name_idx_, utf_length); in GetMethodName()
Ddex_file.h389 const char* GetMethodName(const dex::MethodId& method_id, uint32_t* utf_length) const;
390 const char* GetMethodName(uint32_t idx, uint32_t* utf_length) const;