Home
last modified time | relevance | path

Searched defs:nameCache (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DNameCacheUtils.spec.ts126 const nameCache = new Map(); constant
139 const nameCache = new Map(); constant
152 const nameCache = new Map(); constant
/arkcompiler/ets_frontend/arkguard/src/
DArkObfuscatorForTest.ts228 const nameCache: Object = readCache(nameCachePath); constant
/arkcompiler/ets_frontend/arkguard/src/transformers/rename/
DRenameIdentifierTransformer.ts675 export let nameCache: Map<string, string | Map<string, string>> = new Map(); variable
/arkcompiler/ets_frontend/arkguard/src/initialization/
DConfigResolver.ts737 const nameCache: { constant