HomeSort by relevance Sort by last modified time
    Searched refs:TotalSizeInBytes (Results 1 - 11 of 11) sorted by null

  /external/llvm/lib/ProfileData/
InstrProf.cpp 312 ValueProfData *allocValueProfDataInstrProf(size_t TotalSizeInBytes) {
314 (ValueProfData *)(new (::operator new(TotalSizeInBytes)) ValueProfData());
315 memset(VD, 0, TotalSizeInBytes);
  /external/compiler-rt/lib/profile/
InstrProfData.inc 327 ValueProfData *(*AllocValueProfData)(size_t TotalSizeInBytes);
610 ValueProfData *allocValueProfDataRT(size_t TotalSizeInBytes) {
611 return (ValueProfData *)calloc(TotalSizeInBytes, 1);
  /external/llvm/include/llvm/ProfileData/
InstrProfData.inc 327 ValueProfData *(*AllocValueProfData)(size_t TotalSizeInBytes);
610 ValueProfData *allocValueProfDataRT(size_t TotalSizeInBytes) {
611 return (ValueProfData *)calloc(TotalSizeInBytes, 1);
  /art/compiler/utils/arm64/
assembler_arm64.cc 701 size_t core_reg_size = core_reg_list.TotalSizeInBytes();
702 size_t fp_reg_size = fp_reg_list.TotalSizeInBytes();
757 size_t core_reg_size = core_reg_list.TotalSizeInBytes();
758 size_t fp_reg_size = fp_reg_list.TotalSizeInBytes();
  /external/vixl/src/vixl/a64/
macro-assembler-a64.cc     [all...]
assembler-a64.h 625 unsigned TotalSizeInBytes() const {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
clusapi.h     [all...]
  /external/v8/src/arm64/
assembler-arm64.h 499 int TotalSizeInBytes() const {
    [all...]
macro-assembler-arm64.cc     [all...]
  /art/compiler/optimizing/
code_generator_arm64.cc 157 int64_t core_spill_size = core_list.TotalSizeInBytes();
158 int64_t fp_spill_size = fp_list.TotalSizeInBytes();
    [all...]
  /external/vixl/test/
test-assembler-a64.cc     [all...]

Completed in 261 milliseconds