Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Dcompact_dex_file.cc81 return CalculateChecksum(Begin(), Size(), DataBegin(), DataSize()); in CalculateChecksum()
95 debug_info_offsets_(DataBegin() + GetHeader().debug_info_offsets_pos_, in CompactDexFile()
Ddex_file.h616 return DataBegin() + call_site_id.data_off_; in GetCallSiteEncodedValuesArray()
638 DataBegin() + debug_info_off; in GetDebugInfoStream()
821 const uint8_t* DataBegin() const { return data_.data(); } in DataBegin() function
834 return reinterpret_cast<const T*>(DataBegin() + offset); in NonNullDataPointer()
848 return reinterpret_cast<const dex::MapList*>(DataBegin() + header_->map_off_); in GetMapList()
897 return DataBegin() <= addr && addr < DataBegin() + DataSize(); in IsInDataSection()
Dtype_lookup_table.cc84 return TypeLookupTable(dex_file.DataBegin(), mask_bits, entries, std::move(owned_entries)); in Create()
Ddex_file.cc293 const uint8_t* map_list_raw = DataBegin() + header_->map_off_; in InitializeSectionsFromMapList()
320 reinterpret_cast<const dex::HiddenapiClassData*>(DataBegin() + map_item.offset_); in InitializeSectionsFromMapList()
Ddex_file-inl.h61 const uint8_t* ptr = DataBegin() + string_id.string_data_off_; in GetStringDataAndUtf16Length()
Ddex_file_verifier.cc130 offset_base_address_(dex_file->DataBegin()), in DexFileVerifier()
/art/runtime/
Druntime_image.cc978 DCHECK_GE(code_item, method->GetDexFile()->DataBegin()); in CopyMethodArrays()
980 code_item - method->GetDexFile()->DataBegin());; in CopyMethodArrays()