Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Dcompact_dex_file.cc84 return CalculateChecksum(Begin(), Size(), DataBegin(), DataSize()); in CalculateChecksum()
104 debug_info_offsets_(DataBegin() + GetHeader().debug_info_offsets_pos_, in CompactDexFile()
Ddex_file.h502 return DataBegin() + call_site_id.data_off_; in GetCallSiteEncodedValuesArray()
525 : DataBegin() + debug_info_off; in GetDebugInfoStream()
706 const uint8_t* DataBegin() const { in DataBegin() function
717 return (offset != 0u) ? reinterpret_cast<const T*>(DataBegin() + offset) : nullptr; in DataPointer()
731 return reinterpret_cast<const dex::MapList*>(DataBegin() + header_->map_off_); in GetMapList()
774 return DataBegin() <= addr && addr < DataBegin() + DataSize(); in IsInDataSection()
Dtype_lookup_table.cc88 return TypeLookupTable(dex_file.DataBegin(), mask_bits, entries, std::move(owned_entries)); in Create()
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.cc177 const MapList* map_list = reinterpret_cast<const MapList*>(DataBegin() + header_->map_off_); in InitializeSectionsFromMapList()
/art/dexlayout/
Ddex_ir_builder.cc323 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()