Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DNameCacheUtils.spec.ts98 const identifierCache = { constant
/arkcompiler/ets_frontend/arkguard/test/ut/arkobfuscator/
DArkObfuscator2.spec.ts536 const identifierCache = new Map<string, string>([ constant
565 const identifierCache = new Map<string, string>([ constant
/arkcompiler/ets_frontend/arkguard/src/transformers/rename/
DRenameIdentifierTransformer.ts779 const identifierCache = nameCache?.get(IDENTIFIER_CACHE); constant
/arkcompiler/runtime_core/panda_guard/configs/
Dguard_name_cache.cpp293 auto identifierCache = JsonUtil::GetMapStringValue(fileCacheInfoObj, IDENTIFIER_CACHE); in ParseAppliedNameCache() local