Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_export_type.h590 size_t AllocSize) in RSExportRecordType() argument
595 mAllocSize(AllocSize) { in RSExportRecordType()
Dslang_rs_reflection_cpp.cpp752 size_t AllocSize = ET->getAllocSize(); in genCreateFieldPacker() local
754 if (AllocSize > 0) { in genCreateFieldPacker()
756 << AllocSize << ");\n"; in genCreateFieldPacker()
Dslang_rs_reflection.cpp1926 size_t AllocSize = ET->getAllocSize(); in genCreateFieldPacker() local
1927 if (AllocSize > 0) in genCreateFieldPacker()
1929 << AllocSize << ");\n"; in genCreateFieldPacker()
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp3089 Constant *AllocSize = ConstantExpr::getSizeOf(Ty->getElementType()); in ParseFunctionBody() local
3090 AllocSize = ConstantExpr::getTruncOrBitCast(AllocSize, Int32Ty); in ParseFunctionBody()
3092 AllocSize, Size, nullptr); in ParseFunctionBody()