Home
last modified time | relevance | path

Searched defs:SizeInBytes (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/cc/resources/
Dshared_bitmap.cc33 bool SharedBitmap::SizeInBytes(const gfx::Size& size, size_t* size_in_bytes) { in SizeInBytes() function in cc::SharedBitmap
/external/chromium_org/v8/src/arm64/
Dassembler-arm64-inl.h63 inline int CPURegister::SizeInBytes() const { in SizeInBytes() function
/external/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp849 uint64_t SizeInBytes = cast<ConstantInt>(MSI->getLength())->getZExtValue(); in processLoopMemSet() local
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp568 uint64_t SizeInBytes = ASan.DL->getTypeAllocSize(Ty); in getAllocaSizeInBytes() local
1063 uint64_t SizeInBytes = DL->getTypeAllocSize(Ty); in InstrumentGlobals() local
/external/vixl/src/a64/
Dassembler-a64.h91 int SizeInBytes() const { in SizeInBytes() function
/external/clang/lib/CodeGen/
DTargetInfo.cpp2540 uint64_t SizeInBytes = (CGF.getContext().getTypeSize(Ty) + 7) / 8; in EmitVAArgFromMemory() local
3115 unsigned SizeInBytes = CGF.getContext().getTypeSize(Ty) / 8; in EmitVAArg() local