Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Dcompact_dex_file.cc83 return CalculateChecksum(Begin(), Size(), DataBegin(), DataSize()); in CalculateChecksum()
99 debug_info_offsets_(DataBegin() + GetHeader().debug_info_offsets_pos_, in CompactDexFile()
Ddex_file.h561 return DataBegin() + call_site_id.data_off_; in GetCallSiteEncodedValuesArray()
583 DataBegin() + debug_info_off; in GetDebugInfoStream()
766 const uint8_t* DataBegin() const { return data_.data(); } in DataBegin() function
773 return (offset != 0u) ? reinterpret_cast<const T*>(DataBegin() + offset) : nullptr; in DataPointer()
787 return reinterpret_cast<const dex::MapList*>(DataBegin() + header_->map_off_); in GetMapList()
836 return DataBegin() <= addr && addr < DataBegin() + DataSize(); in IsInDataSection()
Ddex_file-inl.h43 const uint8_t* ptr = DataBegin() + string_id.string_data_off_; in GetStringLength()
51 const uint8_t* ptr = DataBegin() + string_id.string_data_off_; in GetStringDataAndUtf16Length()
Dtype_lookup_table.cc88 return TypeLookupTable(dex_file.DataBegin(), mask_bits, entries, std::move(owned_entries)); in Create()
Ddex_file.cc212 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()
/art/runtime/
Druntime_image.cc958 DCHECK_GE(code_item, method->GetDexFile()->DataBegin()); in CopyMethodArrays()
960 code_item - method->GetDexFile()->DataBegin());; in CopyMethodArrays()