Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/bcinfo/include/bcinfo/
DMetadataExtractor.h106 const uint32_t *mObjectSlotList; variable
268 return mObjectSlotList; in getObjectSlotList()
/frameworks/compile/libbcc/bcinfo/
DMetadataExtractor.cpp189 mObjectSlotCount(0), mObjectSlotList(nullptr), in MetadataExtractor()
206 mObjectSlotCount(0), mObjectSlotList(nullptr), in MetadataExtractor()
272 delete [] mObjectSlotList; in ~MetadataExtractor()
273 mObjectSlotList = nullptr; in ~MetadataExtractor()
309 mObjectSlotList = TmpSlotList; in populateObjectSlotMetadata()