Searched refs:AllocSize (Results 1 – 5 of 5) sorted by relevance
531 size_t AllocSize) in RSExportRecordType() argument535 mAllocSize(AllocSize) { in RSExportRecordType()
677 size_t AllocSize = RSExportType::GetTypeAllocSize(ET); in genCreateFieldPacker() local679 if (AllocSize > 0) { in genCreateFieldPacker()682 << AllocSize << ");"; in genCreateFieldPacker()
1509 unsigned AllocSize = sizeof(union RSType) + in convertToSpecType() local1512 reinterpret_cast<union RSType*>(operator new(AllocSize))); in convertToSpecType()1514 ::memset(ST.get(), 0, AllocSize); in convertToSpecType()
1165 size_t AllocSize = RSExportType::GetTypeAllocSize(ET); in genCreateFieldPacker() local1166 if (AllocSize > 0) in genCreateFieldPacker()1168 << AllocSize << ");" << std::endl; in genCreateFieldPacker()
2643 Constant *AllocSize = ConstantExpr::getSizeOf(Ty->getElementType()); in ParseFunctionBody() local2644 AllocSize = ConstantExpr::getTruncOrBitCast(AllocSize, Int32Ty); in ParseFunctionBody()2646 AllocSize, Size, NULL); in ParseFunctionBody()