Home
last modified time | relevance | path

Searched refs:mObjectSlotCount (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/libbcc/bcinfo/
DMetadataExtractor.cpp184 mObjectSlotCount(0), mObjectSlotList(nullptr), in MetadataExtractor()
202 mObjectSlotCount(0), mObjectSlotList(nullptr), in MetadataExtractor()
277 mObjectSlotCount = ObjectSlotMetadata->getNumOperands(); in populateObjectSlotMetadata()
279 if (!mObjectSlotCount) { in populateObjectSlotMetadata()
283 uint32_t *TmpSlotList = new uint32_t[mObjectSlotCount]; in populateObjectSlotMetadata()
284 memset(TmpSlotList, 0, mObjectSlotCount * sizeof(*TmpSlotList)); in populateObjectSlotMetadata()
286 for (size_t i = 0; i < mObjectSlotCount; i++) { in populateObjectSlotMetadata()
/frameworks/compile/libbcc/include/bcinfo/
DMetadataExtractor.h105 size_t mObjectSlotCount; variable
263 return mObjectSlotCount; in getObjectSlotCount()