Home
last modified time | relevance | path

Searched refs:GetTotalSizeInBytes (Results 1 - 5 of 5) sorted by relevance

/third_party/lzma/CPP/7zip/Common/
H A DUniqBlocks.h32 UInt64 GetTotalSizeInBytes() const;
H A DUniqBlocks.cpp41 UInt64 CUniqBlocks::GetTotalSizeInBytes() const in GetTotalSizeInBytes() function in CUniqBlocks
/third_party/vixl/src/aarch64/
H A Doperands-aarch64.h262 unsigned GetTotalSizeInBytes() const { in GetTotalSizeInBytes() function in vixl::aarch64::CPURegList
266 VIXL_DEPRECATED("GetTotalSizeInBytes", unsigned TotalSizeInBytes() const) {
267 return GetTotalSizeInBytes();
H A Dmacro-assembler-aarch64.cc2239 int size = registers.GetTotalSizeInBytes(); in Emit()
2271 int size = registers.GetTotalSizeInBytes(); in Emit()
2621 int total_size = registers.GetTotalSizeInBytes(); in Emit()
2860 kCallerSaved.GetTotalSizeInBytes() + in Emit()
2861 kCallerSavedV.GetTotalSizeInBytes()); in Emit()
/third_party/vixl/test/aarch64/
H A Dtest-assembler-aarch64.cc8179 int list_1_size = list_1.GetTotalSizeInBytes();
8206 int list_d_1_size = list_d_1.GetTotalSizeInBytes();

Completed in 18 milliseconds