Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file-inl.h29 const byte* ptr = begin_ + string_id.string_data_off_; in GetStringLength()
36 const byte* ptr = begin_ + string_id.string_data_off_; in GetStringDataAndUtf16Length()
Ddex_file.h148 uint32_t string_data_off_; // offset in bytes from the base address member
Ddex_file_verifier.cc1471 if (!CheckOffsetToTypeMap(item->string_data_off_, DexFile::kDexTypeStringDataItem)) { in CheckInterStringIdItem()