Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/bcinfo/
DMetadataExtractor.cpp189 mObjectSlotCount(0), mObjectSlotList(nullptr), in MetadataExtractor()
206 mObjectSlotCount(0), mObjectSlotList(nullptr), in MetadataExtractor()
287 mObjectSlotCount = ObjectSlotMetadata->getNumOperands(); in populateObjectSlotMetadata()
289 if (!mObjectSlotCount) { in populateObjectSlotMetadata()
293 uint32_t *TmpSlotList = new uint32_t[mObjectSlotCount]; in populateObjectSlotMetadata()
294 memset(TmpSlotList, 0, mObjectSlotCount * sizeof(*TmpSlotList)); in populateObjectSlotMetadata()
296 for (size_t i = 0; i < mObjectSlotCount; i++) { in populateObjectSlotMetadata()
/frameworks/compile/libbcc/bcinfo/include/bcinfo/
DMetadataExtractor.h105 size_t mObjectSlotCount; variable
260 return mObjectSlotCount; in getObjectSlotCount()