Home
last modified time | relevance | path

Searched refs:AllocSize (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_export_type.h531 size_t AllocSize) in RSExportRecordType() argument
535 mAllocSize(AllocSize) { in RSExportRecordType()
Dslang_rs_reflection_cpp.cpp677 size_t AllocSize = RSExportType::GetTypeAllocSize(ET); in genCreateFieldPacker() local
679 if (AllocSize > 0) { in genCreateFieldPacker()
682 << AllocSize << ");"; in genCreateFieldPacker()
Dslang_rs_export_type.cpp1509 unsigned AllocSize = sizeof(union RSType) + in convertToSpecType() local
1512 reinterpret_cast<union RSType*>(operator new(AllocSize))); in convertToSpecType()
1514 ::memset(ST.get(), 0, AllocSize); in convertToSpecType()
Dslang_rs_reflection.cpp1165 size_t AllocSize = RSExportType::GetTypeAllocSize(ET); in genCreateFieldPacker() local
1166 if (AllocSize > 0) in genCreateFieldPacker()
1168 << AllocSize << ");" << std::endl; in genCreateFieldPacker()
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp2643 Constant *AllocSize = ConstantExpr::getSizeOf(Ty->getElementType()); in ParseFunctionBody() local
2644 AllocSize = ConstantExpr::getTruncOrBitCast(AllocSize, Int32Ty); in ParseFunctionBody()
2646 AllocSize, Size, NULL); in ParseFunctionBody()