Searched refs:TotalSizeInBytes (Results 1 – 8 of 8) sorted by relevance
312 ValueProfData *allocValueProfDataInstrProf(size_t TotalSizeInBytes) { in allocValueProfDataInstrProf() argument314 (ValueProfData *)(new (::operator new(TotalSizeInBytes)) ValueProfData()); in allocValueProfDataInstrProf()315 memset(VD, 0, TotalSizeInBytes); in allocValueProfDataInstrProf()
1671 int size = registers.TotalSizeInBytes(); in PushCPURegList()1703 int size = registers.TotalSizeInBytes(); in PopCPURegList()2030 int total_size = registers.TotalSizeInBytes(); in BaseMemOperandForLoadStoreCPURegList()2259 kCallerSaved.TotalSizeInBytes() + kCallerSavedV.TotalSizeInBytes()); in Printf()
625 unsigned TotalSizeInBytes() const { in TotalSizeInBytes() function
327 ValueProfData *(*AllocValueProfData)(size_t TotalSizeInBytes);610 ValueProfData *allocValueProfDataRT(size_t TotalSizeInBytes) {611 return (ValueProfData *)calloc(TotalSizeInBytes, 1);
494 int TotalSizeInBytes() const { in TotalSizeInBytes() function
4694 kCallerSaved.TotalSizeInBytes() + kCallerSavedFP.TotalSizeInBytes()); in Printf()
13051 int list_1_size = list_1.TotalSizeInBytes(); in TEST()13078 int list_d_1_size = list_d_1.TotalSizeInBytes(); in TEST()