Home
last modified time | relevance | path

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

/art/runtime/
Dquicken_info.h67 static size_t SizeInBytes(ArrayRef<const uint8_t> data) { in SizeInBytes() function
Dimtable.h74 constexpr static size_t SizeInBytes(PointerSize pointer_size) { in SizeInBytes() function
Dimage-inl.h100 pos += ImTable::SizeInBytes(pointer_size); in VisitPackedImTables()
Dvdex_file.cc305 return remaining.SubArray(0u, QuickenInfoTable::SizeInBytes(remaining)); in GetQuickeningInfoAt()
Dclass_linker.cc6143 allocator->Alloc(self, ImTable::SizeInBytes(image_pointer_size_))); in LinkClass()
/art/dex2oat/linker/
Dimage_writer.cc1718 const size_t size = ImTable::SizeInBytes(target_ptr_size_); in TryAssignImTableOffset()