Searched refs:FieldStoreSize (Results 1 – 2 of 2) sorted by relevance
748 size_t FieldStoreSize = RSExportType::GetTypeStoreSize(F->getType()); in genPackVarOfType() local766 if (FieldAllocSize > FieldStoreSize) { in genPackVarOfType()769 << (FieldAllocSize - FieldStoreSize) << ");"; in genPackVarOfType()
1250 size_t FieldStoreSize = RSExportType::GetTypeStoreSize(F->getType()); in genPackVarOfType() local1265 if (FieldAllocSize > FieldStoreSize) in genPackVarOfType()1267 << (FieldAllocSize - FieldStoreSize) in genPackVarOfType()1719 size_t FieldStoreSize = RSExportType::GetTypeStoreSize(F->getType()); in genTypeClassComponentSetter() local1747 C.indent() << "FieldPacker fp = new FieldPacker(" << FieldStoreSize << ");" in genTypeClassComponentSetter()1946 int FieldStoreSize = RSExportType::GetTypeStoreSize(F->getType()); in genAddElementToElementBuilder() local1987 (FieldAllocSize - FieldStoreSize), in genAddElementToElementBuilder()