Home
last modified time | relevance | path

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

/external/llvm/lib/ProfileData/
DInstrProf.cpp312 ValueProfData *allocValueProfDataInstrProf(size_t TotalSizeInBytes) { in allocValueProfDataInstrProf() argument
314 (ValueProfData *)(new (::operator new(TotalSizeInBytes)) ValueProfData()); in allocValueProfDataInstrProf()
315 memset(VD, 0, TotalSizeInBytes); in allocValueProfDataInstrProf()
/external/vixl/src/vixl/a64/
Dmacro-assembler-a64.cc1671 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()
Dassembler-a64.h625 unsigned TotalSizeInBytes() const { in TotalSizeInBytes() function
/external/llvm/include/llvm/ProfileData/
DInstrProfData.inc327 ValueProfData *(*AllocValueProfData)(size_t TotalSizeInBytes);
610 ValueProfData *allocValueProfDataRT(size_t TotalSizeInBytes) {
611 return (ValueProfData *)calloc(TotalSizeInBytes, 1);
/external/compiler-rt/lib/profile/
DInstrProfData.inc327 ValueProfData *(*AllocValueProfData)(size_t TotalSizeInBytes);
610 ValueProfData *allocValueProfDataRT(size_t TotalSizeInBytes) {
611 return (ValueProfData *)calloc(TotalSizeInBytes, 1);
/external/v8/src/arm64/
Dassembler-arm64.h494 int TotalSizeInBytes() const { in TotalSizeInBytes() function
Dmacro-assembler-arm64.cc4694 kCallerSaved.TotalSizeInBytes() + kCallerSavedFP.TotalSizeInBytes()); in Printf()
/external/vixl/test/
Dtest-assembler-a64.cc13051 int list_1_size = list_1.TotalSizeInBytes(); in TEST()
13078 int list_d_1_size = list_d_1.TotalSizeInBytes(); in TEST()