Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/bcinfo/
DMetadataExtractor.cpp178 mExportReduceCount(0), mExportVarNameList(nullptr), in MetadataExtractor()
196 mExportReduceCount(0), mExportVarNameList(nullptr), in MetadataExtractor()
211 if (mExportVarNameList) { in ~MetadataExtractor()
213 delete [] mExportVarNameList[i]; in ~MetadataExtractor()
214 mExportVarNameList[i] = nullptr; in ~MetadataExtractor()
217 delete [] mExportVarNameList; in ~MetadataExtractor()
218 mExportVarNameList = nullptr; in ~MetadataExtractor()
638 if (!populateNameMetadata(ExportVarMetadata, mExportVarNameList, in extract()
/frameworks/compile/libbcc/include/bcinfo/
DMetadataExtractor.h94 const char **mExportVarNameList; variable
179 return mExportVarNameList; in getExportVarNameList()