Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/bcinfo/
DMetadataExtractor.cpp70 mObjectSlotCount(0), mObjectSlotList(NULL), in MetadataExtractor()
84 mObjectSlotCount(0), mObjectSlotList(NULL), in MetadataExtractor()
150 mObjectSlotCount = ObjectSlotMetadata->getNumOperands(); in populateObjectSlotMetadata()
152 if (!mObjectSlotCount) { in populateObjectSlotMetadata()
156 uint32_t *TmpSlotList = new uint32_t[mObjectSlotCount]; in populateObjectSlotMetadata()
157 memset(TmpSlotList, 0, mObjectSlotCount * sizeof(*TmpSlotList)); in populateObjectSlotMetadata()
159 for (size_t i = 0; i < mObjectSlotCount; i++) { in populateObjectSlotMetadata()
/frameworks/compile/libbcc/include/bcinfo/
DMetadataExtractor.h54 size_t mObjectSlotCount; variable
169 return mObjectSlotCount; in getObjectSlotCount()