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 68 mObjectSlotCount(0), mObjectSlotList(NULL),
82 mObjectSlotCount(0), mObjectSlotList(NULL),
135 delete [] mObjectSlotList;
136 mObjectSlotList = NULL;
174 mObjectSlotList = TmpSlotList;

Completed in 29 milliseconds