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

  /external/clang/lib/CodeGen/
CGRecordLayout.h 79 unsigned StorageSize;
85 : Offset(), Size(), IsSigned(), StorageSize(), StorageAlignment() {}
88 unsigned StorageSize, unsigned StorageAlignment)
90 StorageSize(StorageSize), StorageAlignment(StorageAlignment) {}
101 uint64_t StorageSize,
CGRecordLayoutBuilder.cpp 219 Info.StorageSize = (unsigned)DataLayout.getTypeAllocSizeInBits(StorageType);
225 if (Info.Size > Info.StorageSize)
226 Info.Size = Info.StorageSize;
232 Info.Offset = Info.StorageSize - (Info.Offset + Info.Size);
606 uint64_t StorageSize,
636 Offset = StorageSize - (Offset + Size);
639 return CGBitFieldInfo(Offset, Size, IsSigned, StorageSize, StorageAlignment);
    [all...]
CGObjCRuntime.cpp 123 CharUnits StorageSize =
136 CGF.CGM.getContext().toBits(StorageSize),
141 Info->StorageSize));
CGExpr.cpp     [all...]
  /external/chromium_org/net/disk_cache/blockfile/
stats.h 63 int StorageSize();
stats.cc 155 int Stats::StorageSize() {
backend_worker_v3.cc 423 int size = stats_.StorageSize();
backend_impl.cc     [all...]
backend_impl_v3.cc 766 int size = stats_.StorageSize();
803 int size = stats_.StorageSize();
    [all...]
  /art/compiler/dex/
reg_storage.h 324 size_t StorageSize() const {
  /art/compiler/dex/quick/
ralloc_util.cc 45 switch (r.StorageSize()) {
    [all...]
  /art/compiler/dex/quick/x86/
target_x86.cc 246 ((reg.IsFloat() || reg.StorageSize() > 8) ? kX86FPReg0 : 0) + reg.GetRegNum());
    [all...]
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 1930 milliseconds