Searched refs:FieldStoreSize (Results 1 – 1 of 1) sorted by relevance
1483 size_t FieldStoreSize = RSExportType::GetTypeStoreSize(F->getType()); in genPackVarOfType() local1498 if (FieldAllocSize > FieldStoreSize) in genPackVarOfType()1500 << (FieldAllocSize - FieldStoreSize) in genPackVarOfType()1817 size_t FieldStoreSize = RSExportType::GetTypeStoreSize(F->getType()); in genTypeClassComponentSetter() local1845 C.indent() << "FieldPacker fp = new FieldPacker(" << FieldStoreSize << ");" in genTypeClassComponentSetter()2059 int FieldStoreSize = RSExportType::GetTypeStoreSize(F->getType()); in genAddElementToElementBuilder() local2098 (FieldAllocSize - FieldStoreSize), in genAddElementToElementBuilder()