Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/include/bcinfo/
DMetadataExtractor.h54 const uint32_t *mObjectSlotList; variable
176 return mObjectSlotList; in getObjectSlotList()
/frameworks/compile/libbcc/bcinfo/
DMetadataExtractor.cpp69 mObjectSlotCount(0), mObjectSlotList(NULL), in MetadataExtractor()
83 mObjectSlotCount(0), mObjectSlotList(NULL), in MetadataExtractor()
136 delete [] mObjectSlotList; in ~MetadataExtractor()
137 mObjectSlotList = NULL; in ~MetadataExtractor()
175 mObjectSlotList = TmpSlotList; in populateObjectSlotMetadata()