Home
last modified time | relevance | path

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

/art/runtime/
Dtype_lookup_table.cc86 entry.str_offset = str_id.string_data_off_; in TypeLookupTable()
100 entry.str_offset = str_id.string_data_off_; in TypeLookupTable()
/art/libdexfile/dex/
Ddex_file-inl.h31 const uint8_t* ptr = DataBegin() + string_id.string_data_off_; in GetStringLength()
38 const uint8_t* ptr = DataBegin() + string_id.string_data_off_; in GetStringDataAndUtf16Length()
Ddex_file_tracking_registrar.cc248 …string_data_begin = reinterpret_cast<const void*>(dex_file_->Begin() + string_id.string_data_off_); in SetAllStringDataStartRegistration()
Ddex_file_verifier.cc131 string_data_off_; in FindMethodName()
2031 if (!CheckOffsetToTypeMap(item->string_data_off_, DexFile::kDexTypeStringDataItem)) { in CheckInterStringIdItem()
2917 const uint8_t* ptr = begin + string_id->string_data_off_; in GetStringOrError()
Ddex_file.h154 uint32_t string_data_off_; // offset in bytes from the base address member
/art/dexlayout/
Ddex_ir.cc322 AddItem(string_datas_map_, string_datas_, string_data, disk_string_id.string_data_off_); in CreateStringId()