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
Dimage-inl.h64 pos += ImTable::SizeInBytes(pointer_size); in VisitPackedImTables()
Dimtable.h78 constexpr static size_t SizeInBytes(PointerSize pointer_size) { in SizeInBytes() function
Dvdex_file.cc264 return remaining.SubArray(0u, QuickenInfoTable::SizeInBytes(remaining)); in GetQuickeningInfoAt()
Dclass_linker.cc5378 allocator->Alloc(self, ImTable::SizeInBytes(image_pointer_size_))); in LinkClass()
/art/dex2oat/linker/
Dimage_writer.cc1520 const size_t size = ImTable::SizeInBytes(target_ptr_size_); in TryAssignImTableOffset()