Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/bcinfo/
DMetadataExtractor.cpp57 mPragmaValueList(NULL), mObjectSlotCount(0), mObjectSlotList(NULL) { in MetadataExtractor()
95 mObjectSlotCount = ObjectSlotMetadata->getNumOperands(); in populateObjectSlotMetadata()
97 if (!mObjectSlotCount) { in populateObjectSlotMetadata()
101 uint32_t *TmpSlotList = new uint32_t[mObjectSlotCount]; in populateObjectSlotMetadata()
102 memset(TmpSlotList, 0, mObjectSlotCount * sizeof(*TmpSlotList)); in populateObjectSlotMetadata()
104 for (size_t i = 0; i < mObjectSlotCount; i++) { in populateObjectSlotMetadata()
/frameworks/compile/libbcc/include/bcinfo/
DMetadataExtractor.h43 size_t mObjectSlotCount; variable
122 return mObjectSlotCount; in getObjectSlotCount()