HomeSort by relevance Sort by last modified time
    Searched refs:mObjectSlotCount (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/libbcc/include/bcinfo/
MetadataExtractor.h 54 size_t mObjectSlotCount;
169 return mObjectSlotCount;
  /frameworks/compile/libbcc/bcinfo/
MetadataExtractor.cpp 67 mObjectSlotCount(0), mObjectSlotList(NULL),
81 mObjectSlotCount(0), mObjectSlotList(NULL),
147 mObjectSlotCount = ObjectSlotMetadata->getNumOperands();
149 if (!mObjectSlotCount) {
153 uint32_t *TmpSlotList = new uint32_t[mObjectSlotCount];
154 memset(TmpSlotList, 0, mObjectSlotCount * sizeof(*TmpSlotList));
156 for (size_t i = 0; i < mObjectSlotCount; i++) {

Completed in 1119 milliseconds