Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DNameCacheUtils.spec.ts98 const identifierCache = { constant
/arkcompiler/ets_frontend/arkguard/src/transformers/rename/
DRenameIdentifierTransformer.ts736 const identifierCache = nameCache?.get(IDENTIFIER_CACHE); constant
/arkcompiler/runtime_core/panda_guard/configs/
Dguard_name_cache.cpp291 auto identifierCache = JsonUtil::GetMapStringValue(fileCacheInfoObj, IDENTIFIER_CACHE); in ParseAppliedNameCache() local