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

/frameworks/compile/slang/
H A Dslang_rs_export_type.h480 size_t AllocSize)
484 mAllocSize(AllocSize) {
476 RSExportRecordType(RSContext *Context, const llvm::StringRef &Name, bool IsPacked, bool IsArtificial, size_t AllocSize) argument
H A Dslang_rs_export_type.cpp1342 unsigned AllocSize = sizeof(union RSType) + local
1345 reinterpret_cast<union RSType*>(operator new(AllocSize)));
1347 ::memset(ST.get(), 0, AllocSize);
H A Dslang_rs_reflection.cpp1398 size_t AllocSize = RSExportType::GetTypeAllocSize(ET); local
1399 if (AllocSize > 0)
1401 << AllocSize << ");" << std::endl;
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp2559 Constant *AllocSize = ConstantExpr::getSizeOf(Ty->getElementType()); local
2560 AllocSize = ConstantExpr::getTruncOrBitCast(AllocSize, Int32Ty);
2562 AllocSize, Size, NULL);

Completed in 245 milliseconds