Searched refs:TotalSizeInBytes (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/ProfileData/
H A DInstrProf.cpp499 ValueProfData *allocValueProfDataInstrProf(size_t TotalSizeInBytes) { argument
501 (ValueProfData *)(new (::operator new(TotalSizeInBytes)) ValueProfData());
502 memset(VD, 0, TotalSizeInBytes);
/external/vixl/src/aarch64/
H A Doperands-aarch64.h710 VIXL_DEPRECATED("GetTotalSizeInBytes", unsigned TotalSizeInBytes() const) {
/external/v8/src/arm64/
H A Dassembler-arm64.h504 int TotalSizeInBytes() const { function in class:v8::internal::CPURegList
H A Dmacro-assembler-arm64.cc4426 kCallerSaved.TotalSizeInBytes() + kCallerSavedFP.TotalSizeInBytes());

Completed in 114 milliseconds