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

  /frameworks/compile/libbcc/include/bcinfo/
MetadataExtractor.h 54 const uint32_t *mObjectSlotList;
176 return mObjectSlotList;
  /frameworks/compile/libbcc/bcinfo/
MetadataExtractor.cpp 69 mObjectSlotCount(0), mObjectSlotList(NULL),
83 mObjectSlotCount(0), mObjectSlotList(NULL),
136 delete [] mObjectSlotList;
137 mObjectSlotList = NULL;
175 mObjectSlotList = TmpSlotList;

Completed in 83 milliseconds