Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/include/bcinfo/
DMetadataExtractor.h69 const uint32_t *mObjectSlotList; variable
219 return mObjectSlotList; in getObjectSlotList()
/frameworks/compile/libbcc/bcinfo/
DMetadataExtractor.cpp99 mObjectSlotList(nullptr), mRSFloatPrecision(RS_FP_Full), in MetadataExtractor()
115 mObjectSlotList(nullptr), mRSFloatPrecision(RS_FP_Full), in MetadataExtractor()
168 delete [] mObjectSlotList; in ~MetadataExtractor()
169 mObjectSlotList = nullptr; in ~MetadataExtractor()
205 mObjectSlotList = TmpSlotList; in populateObjectSlotMetadata()