Searched refs:DataBegin (Results 1 – 6 of 6) sorted by relevance
84 return CalculateChecksum(Begin(), Size(), DataBegin(), DataSize()); in CalculateChecksum()104 debug_info_offsets_(DataBegin() + GetHeader().debug_info_offsets_pos_, in CompactDexFile()
518 return DataBegin() + call_site_id.data_off_; in GetCallSiteEncodedValuesArray()541 : DataBegin() + debug_info_off; in GetDebugInfoStream()722 const uint8_t* DataBegin() const { in DataBegin() function733 return (offset != 0u) ? reinterpret_cast<const T*>(DataBegin() + offset) : nullptr; in DataPointer()747 return reinterpret_cast<const dex::MapList*>(DataBegin() + header_->map_off_); in GetMapList()796 return DataBegin() <= addr && addr < DataBegin() + DataSize(); in IsInDataSection()
43 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()
88 return TypeLookupTable(dex_file.DataBegin(), mask_bits, entries, std::move(owned_entries)); in Create()
177 const MapList* map_list = reinterpret_cast<const MapList*>(DataBegin() + header_->map_off_); in InitializeSectionsFromMapList()
323 dex_file.DataBegin() + dex_file.GetHeader().link_off_, in DexIrBuilder()324 dex_file.DataBegin() + dex_file.GetHeader().link_off_ + dex_file.GetHeader().link_size_)); in DexIrBuilder()517 const uint8_t* disk_call_item_ptr = dex_file.DataBegin() + disk_call_site_id.data_off_; in CreateCallSiteId()675 const uint32_t offset = start_data - dex_file.DataBegin(); in CreateAnnotationItem()1188 const uint32_t offset = *data - dex_file.DataBegin(); in ReadEncodedValue()