Home
last modified time | relevance | path

Searched refs:TotalSizeInBytes (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/ProfileData/
DInstrProf.cpp499 ValueProfData *allocValueProfDataInstrProf(size_t TotalSizeInBytes) { in allocValueProfDataInstrProf() argument
501 (ValueProfData *)(new (::operator new(TotalSizeInBytes)) ValueProfData()); in allocValueProfDataInstrProf()
502 memset(VD, 0, TotalSizeInBytes); in allocValueProfDataInstrProf()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProf.cpp754 ValueProfData *allocValueProfDataInstrProf(size_t TotalSizeInBytes) { in allocValueProfDataInstrProf() argument
756 (ValueProfData *)(new (::operator new(TotalSizeInBytes)) ValueProfData()); in allocValueProfDataInstrProf()
757 memset(VD, 0, TotalSizeInBytes); in allocValueProfDataInstrProf()
/external/llvm-project/llvm/lib/ProfileData/
DInstrProf.cpp759 ValueProfData *allocValueProfDataInstrProf(size_t TotalSizeInBytes) { in allocValueProfDataInstrProf() argument
761 (ValueProfData *)(new (::operator new(TotalSizeInBytes)) ValueProfData()); in allocValueProfDataInstrProf()
762 memset(VD, 0, TotalSizeInBytes); in allocValueProfDataInstrProf()
/external/vixl/src/aarch64/
Doperands-aarch64.h261 VIXL_DEPRECATED("GetTotalSizeInBytes", unsigned TotalSizeInBytes() const) { in TotalSizeInBytes() function
/external/llvm/include/llvm/ProfileData/
DInstrProfData.inc393 ValueProfData *(*AllocValueProfData)(size_t TotalSizeInBytes);
/external/compiler-rt/lib/profile/
DInstrProfData.inc393 ValueProfData *(*AllocValueProfData)(size_t TotalSizeInBytes);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProfData.inc434 ValueProfData *(*AllocValueProfData)(size_t TotalSizeInBytes);
/external/llvm-project/compiler-rt/include/profile/
DInstrProfData.inc449 ValueProfData *(*AllocValueProfData)(size_t TotalSizeInBytes);
/external/llvm-project/llvm/include/llvm/ProfileData/
DInstrProfData.inc449 ValueProfData *(*AllocValueProfData)(size_t TotalSizeInBytes);