Home
last modified time | relevance | path

Searched refs:TotalSizeInBytes (Results 1 – 8 of 8) 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-7.0/llvm/lib/ProfileData/
DInstrProf.cpp635 ValueProfData *allocValueProfDataInstrProf(size_t TotalSizeInBytes) { in allocValueProfDataInstrProf() argument
637 (ValueProfData *)(new (::operator new(TotalSizeInBytes)) ValueProfData()); in allocValueProfDataInstrProf()
638 memset(VD, 0, TotalSizeInBytes); in allocValueProfDataInstrProf()
/external/vixl/src/aarch64/
Doperands-aarch64.h742 VIXL_DEPRECATED("GetTotalSizeInBytes", unsigned TotalSizeInBytes() const) { in TotalSizeInBytes() function
/external/compiler-rt/lib/profile/
DInstrProfData.inc393 ValueProfData *(*AllocValueProfData)(size_t TotalSizeInBytes);
/external/llvm/include/llvm/ProfileData/
DInstrProfData.inc393 ValueProfData *(*AllocValueProfData)(size_t TotalSizeInBytes);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
DInstrProfData.inc430 ValueProfData *(*AllocValueProfData)(size_t TotalSizeInBytes);
/external/v8/src/arm64/
Dmacro-assembler-arm64.cc3177 kCallerSaved.TotalSizeInBytes() + kCallerSavedV.TotalSizeInBytes()); in Printf()
Dassembler-arm64.h632 int TotalSizeInBytes() const { in TotalSizeInBytes() function