Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file-inl.h75 inline std::string_view DexFile::StringViewByIdx(dex::StringIndex idx) const { in StringViewByIdx() function
Ddex_file.h268 std::string_view StringViewByIdx(dex::StringIndex idx) const;
/art/dexdump/
Ddexdump.cc520 dumpEscapedString(pDexFile->StringViewByIdx(dex::StringIndex(idx))); in dumpEncodedValue()
522 dumpXmlAttribute(pDexFile->StringViewByIdx(dex::StringIndex(idx))); in dumpEncodedValue()
/art/runtime/mirror/
Dclass.cc620 std::string_view name = dex_file.StringViewByIdx(method_id.name_idx_); in FindInterfaceMethod()