Searched refs:TotalSizeInBytes (Results 1 – 6 of 6) sorted by relevance
499 ValueProfData *allocValueProfDataInstrProf(size_t TotalSizeInBytes) { in allocValueProfDataInstrProf() argument501 (ValueProfData *)(new (::operator new(TotalSizeInBytes)) ValueProfData()); in allocValueProfDataInstrProf()502 memset(VD, 0, TotalSizeInBytes); in allocValueProfDataInstrProf()
710 VIXL_DEPRECATED("GetTotalSizeInBytes", unsigned TotalSizeInBytes() const) { in TotalSizeInBytes() function
393 ValueProfData *(*AllocValueProfData)(size_t TotalSizeInBytes);
503 int TotalSizeInBytes() const { in TotalSizeInBytes() function
4728 kCallerSaved.TotalSizeInBytes() + kCallerSavedFP.TotalSizeInBytes()); in Printf()