Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/include/bcinfo/
DMetadataExtractor.h44 const uint32_t *mObjectSlotList; variable
130 return mObjectSlotList; in getObjectSlotList()
/frameworks/compile/libbcc/bcinfo/
DMetadataExtractor.cpp57 mPragmaValueList(NULL), mObjectSlotCount(0), mObjectSlotList(NULL) { in MetadataExtractor()
82 delete [] mObjectSlotList; in ~MetadataExtractor()
83 mObjectSlotList = NULL; in ~MetadataExtractor()
121 mObjectSlotList = TmpSlotList; in populateObjectSlotMetadata()