HomeSort by relevance Sort by last modified time
    Searched refs:GetStringDataAndUtf16Length (Results 1 - 2 of 2) sorted by null

  /art/runtime/
dex_file-inl.h 33 inline const char* DexFile::GetStringDataAndUtf16Length(const StringId& string_id,
43 return GetStringDataAndUtf16Length(string_id, &ignored);
53 return GetStringDataAndUtf16Length(string_id, utf16_length);
dex_file.h 563 const char* GetStringDataAndUtf16Length(const StringId& string_id, uint32_t* utf16_length) const;
567 // Index version of GetStringDataAndUtf16Length.
    [all...]

Completed in 329 milliseconds