Home | History | Annotate | Download | only in arm

Lines Matching refs:SizeInBytes

1884 inline size_t Thumb2Assembler::Fixup::SizeInBytes(Size size) {
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);