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 55 const uint32_t *mObjectSlotList;
177 return mObjectSlotList;
  /frameworks/compile/libbcc/bcinfo/
MetadataExtractor.cpp 70 mObjectSlotCount(0), mObjectSlotList(NULL),
84 mObjectSlotCount(0), mObjectSlotList(NULL),
137 delete [] mObjectSlotList;
138 mObjectSlotList = NULL;
176 mObjectSlotList = TmpSlotList;

Completed in 104 milliseconds