Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file-inl.h263 const char* shorty_data = GetStringDataAndUtf16Length(proto_id.shorty_idx_, &shorty_len); in GetShortyView() local
264 DCHECK_EQ(shorty_data[shorty_len], '\0'); // For a shorty utf16 length == mutf8 length. in GetShortyView()
265 return std::string_view(shorty_data, shorty_len); in GetShortyView()