Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Dtype_lookup_table.cc56 entries[pos] = Entry(str_id.string_data_off_, hash, class_def_idx, mask_bits); in Create()
82 entries[insert_pos] = Entry(str_id.string_data_off_, hash, class_def_idx, mask_bits); in Create()
Ddex_file_structs.h53 uint32_t string_data_off_; // offset in bytes from the base address member
Ddex_file_tracking_registrar.cc222 …string_data_begin = reinterpret_cast<const void*>(dex_file_->Begin() + string_id.string_data_off_); in SetAllStringDataStartRegistration()
Ddex_file-inl.h43 const uint8_t* ptr = DataBegin() + string_id.string_data_off_; in GetStringLength()
50 const uint8_t* ptr = DataBegin() + string_id.string_data_off_; in GetStringDataAndUtf16Length()
Ddex_file_verifier.cc138 const uint8_t* ptr = begin + string_id->string_data_off_; in GetString()
3242 if (!CheckOffsetToTypeMap(string_ids[i].string_data_off_, DexFile::kDexTypeStringDataItem)) { in CheckInterSection()
3415 const uint8_t* str_data_ptr = begin + id.string_data_off_; in FindStringRangesForMethodNames()
/art/dexlayout/
Ddex_ir_builder.cc429 disk_string_id.string_data_off_, in CreateStringId()