Home
last modified time | relevance | path

Searched refs:TotalSizeInBytes (Results 1 – 6 of 6) 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/vixl/src/aarch64/
Doperands-aarch64.h710 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/v8/src/arm64/
Dassembler-arm64.h503 int TotalSizeInBytes() const { in TotalSizeInBytes() function
Dmacro-assembler-arm64.cc4728 kCallerSaved.TotalSizeInBytes() + kCallerSavedFP.TotalSizeInBytes()); in Printf()