Searched defs:AllocSize (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp1507 unsigned AllocSize = sizeof(union RSType) + local
1510 reinterpret_cast<union RSType*>(operator new(AllocSize)));
1512 ::memset(ST.get(), 0, AllocSize);
H A Dslang_rs_export_type.h531 size_t AllocSize)
535 mAllocSize(AllocSize) {
527 RSExportRecordType(RSContext *Context, const llvm::StringRef &Name, bool IsPacked, bool IsArtificial, size_t AllocSize) argument
H A Dslang_rs_reflection.cpp1119 size_t AllocSize = RSExportType::GetTypeAllocSize(ET); local
1120 if (AllocSize > 0)
1122 << AllocSize << ");" << std::endl;
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp2638 Constant *AllocSize = ConstantExpr::getSizeOf(Ty->getElementType()); local
2639 AllocSize = ConstantExpr::getTruncOrBitCast(AllocSize, Int32Ty);
2641 AllocSize, Size, NULL);

Completed in 98 milliseconds