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 53 size_t mObjectSlotCount;
168 return mObjectSlotCount;
  /frameworks/compile/libbcc/bcinfo/
MetadataExtractor.cpp 69 mObjectSlotCount(0), mObjectSlotList(NULL),
83 mObjectSlotCount(0), mObjectSlotList(NULL),
149 mObjectSlotCount = ObjectSlotMetadata->getNumOperands();
151 if (!mObjectSlotCount) {
155 uint32_t *TmpSlotList = new uint32_t[mObjectSlotCount];
156 memset(TmpSlotList, 0, mObjectSlotCount * sizeof(*TmpSlotList));
158 for (size_t i = 0; i < mObjectSlotCount; i++) {

Completed in 85 milliseconds