Home
last modified time | relevance | path

Searched refs:mObjectSlotList (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/libbcc/include/bcinfo/
DMetadataExtractor.h55 const uint32_t *mObjectSlotList; variable
177 return mObjectSlotList; in getObjectSlotList()
/frameworks/compile/libbcc/bcinfo/
DMetadataExtractor.cpp67 mObjectSlotCount(0), mObjectSlotList(NULL), in MetadataExtractor()
81 mObjectSlotCount(0), mObjectSlotList(NULL), in MetadataExtractor()
134 delete [] mObjectSlotList; in ~MetadataExtractor()
135 mObjectSlotList = NULL; in ~MetadataExtractor()
173 mObjectSlotList = TmpSlotList; in populateObjectSlotMetadata()