Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_export_type.h556 size_t AllocSize) in RSExportRecordType() argument
561 mAllocSize(AllocSize) { in RSExportRecordType()
Dslang_rs_reflection_cpp.cpp701 size_t AllocSize = ET->getAllocSize(); in genCreateFieldPacker() local
703 if (AllocSize > 0) { in genCreateFieldPacker()
705 << AllocSize << ");\n"; in genCreateFieldPacker()
Dslang_rs_reflection.cpp1209 size_t AllocSize = ET->getAllocSize(); in genCreateFieldPacker() local
1210 if (AllocSize > 0) in genCreateFieldPacker()
1212 << AllocSize << ");\n"; in genCreateFieldPacker()
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp2704 Constant *AllocSize = ConstantExpr::getSizeOf(Ty->getElementType()); in ParseFunctionBody() local
2705 AllocSize = ConstantExpr::getTruncOrBitCast(AllocSize, Int32Ty); in ParseFunctionBody()
2707 AllocSize, Size, NULL); in ParseFunctionBody()