Searched refs:TotalSizeInBytes (Results 1 – 9 of 9) 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()
754 ValueProfData *allocValueProfDataInstrProf(size_t TotalSizeInBytes) { in allocValueProfDataInstrProf() argument756 (ValueProfData *)(new (::operator new(TotalSizeInBytes)) ValueProfData()); in allocValueProfDataInstrProf()757 memset(VD, 0, TotalSizeInBytes); in allocValueProfDataInstrProf()
759 ValueProfData *allocValueProfDataInstrProf(size_t TotalSizeInBytes) { in allocValueProfDataInstrProf() argument761 (ValueProfData *)(new (::operator new(TotalSizeInBytes)) ValueProfData()); in allocValueProfDataInstrProf()762 memset(VD, 0, TotalSizeInBytes); in allocValueProfDataInstrProf()
261 VIXL_DEPRECATED("GetTotalSizeInBytes", unsigned TotalSizeInBytes() const) { in TotalSizeInBytes() function
393 ValueProfData *(*AllocValueProfData)(size_t TotalSizeInBytes);
434 ValueProfData *(*AllocValueProfData)(size_t TotalSizeInBytes);
449 ValueProfData *(*AllocValueProfData)(size_t TotalSizeInBytes);