Searched refs:TotalSizeInBytes (Results 1 – 8 of 8) 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()
635 ValueProfData *allocValueProfDataInstrProf(size_t TotalSizeInBytes) { in allocValueProfDataInstrProf() argument637 (ValueProfData *)(new (::operator new(TotalSizeInBytes)) ValueProfData()); in allocValueProfDataInstrProf()638 memset(VD, 0, TotalSizeInBytes); in allocValueProfDataInstrProf()
742 VIXL_DEPRECATED("GetTotalSizeInBytes", unsigned TotalSizeInBytes() const) { in TotalSizeInBytes() function
393 ValueProfData *(*AllocValueProfData)(size_t TotalSizeInBytes);
430 ValueProfData *(*AllocValueProfData)(size_t TotalSizeInBytes);
3177 kCallerSaved.TotalSizeInBytes() + kCallerSavedV.TotalSizeInBytes()); in Printf()
632 int TotalSizeInBytes() const { in TotalSizeInBytes() function