Home
last modified time | relevance | path

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

/dalvik/vm/analysis/
DReduceConstants.c241 typedef struct ScanResults { struct
247 } ScanResults; argument
257 static void freeScanResults(ScanResults* pResults) in freeScanResults()
272 static ScanResults* allocScanResults(const DexFile* pDexFile) in allocScanResults()
274 ScanResults* pResults; in allocScanResults()
277 pResults = (ScanResults*) calloc(1, sizeof(ScanResults)); in allocScanResults()
391 static void markClass(const u2* ptr, ScanResults* pResults) in markClass()
402 static void markMethod(const u2* ptr, ScanResults* pResults) in markMethod()
413 static void markField(const u2* ptr, ScanResults* pResults) in markField()
424 static void markString(const u2* ptr, ScanResults* pResults) in markString()
[all …]