Searched defs:SizeInBytes (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dimtable.h78 constexpr static size_t SizeInBytes(PointerSize pointer_size) { function in class:art::ImTable
/art/compiler/utils/arm/
H A Dassembler_thumb2.cc1884 inline size_t Thumb2Assembler::Fixup::SizeInBytes(Size size) { function in class:art::arm::Thumb2Assembler::Fixup
1930 return SizeInBytes(original_size_);
1934 return SizeInBytes(size_);
2013 DCHECK_GT(SizeInBytes(new_size), SizeInBytes(old_size));
2014 size_t adjustment = SizeInBytes(new_size) - SizeInBytes(old_size);

Completed in 387 milliseconds