Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file-inl.h74 inline std::string_view DexFile::StringViewByIdx(dex::StringIndex idx) const { in StringViewByIdx() function
Ddex_file.h265 std::string_view StringViewByIdx(dex::StringIndex idx) const;
/art/runtime/mirror/
Dclass.cc499 std::string_view name = dex_file.StringViewByIdx(method_id.name_idx_); in FindInterfaceMethod()