Home
last modified time | relevance | path

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

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