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.cpp698 size_t AllocSize = ET->getAllocSize(); in genCreateFieldPacker() local
700 if (AllocSize > 0) { in genCreateFieldPacker()
702 << AllocSize << ");\n"; in genCreateFieldPacker()
Dslang_rs_reflection.cpp1223 size_t AllocSize = ET->getAllocSize(); in genCreateFieldPacker() local
1224 if (AllocSize > 0) in genCreateFieldPacker()
1226 << AllocSize << ");\n"; in genCreateFieldPacker()
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp3093 Constant *AllocSize = ConstantExpr::getSizeOf(Ty->getElementType()); in ParseFunctionBody() local
3094 AllocSize = ConstantExpr::getTruncOrBitCast(AllocSize, Int32Ty); in ParseFunctionBody()
3096 AllocSize, Size, nullptr); in ParseFunctionBody()