Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/panda_guard/tests/unittest/
Dname_generator_test.cpp35 auto nameCache = std::make_shared<NameCache>(options); variable
63 auto nameCache = std::make_shared<NameCache>(options); variable
97 auto nameCache = std::make_shared<NameCache>(options); variable
/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/runtime_core/panda_guard/obfuscate/
Dmodule_record.cpp125 auto nameCache = GuardContext::GetInstance()->GetNameCache(); in WriteFileCache() local
141 auto nameCache = GuardContext::GetInstance()->GetNameCache(); in WritePropertyCache() local
172 auto nameCache = GuardContext::GetInstance()->GetNameCache(); in WriteFileCache() local
240 auto nameCache = GuardContext::GetInstance()->GetNameCache(); in WriteFileCache() local
256 auto nameCache = GuardContext::GetInstance()->GetNameCache(); in WritePropertyCache() local
292 auto nameCache = GuardContext::GetInstance()->GetNameCache(); in WriteFileCache() local
308 auto nameCache = GuardContext::GetInstance()->GetNameCache(); in WritePropertyCache() local
/arkcompiler/runtime_core/panda_guard/generator/
Dname_mapping.cpp30 panda::guard::NameMapping::NameMapping(const std::shared_ptr<NameCache> &nameCache, in NameMapping()
/arkcompiler/ets_frontend/arkguard/src/transformers/rename/
DRenameIdentifierTransformer.ts917 export let nameCache: Map<string, string | Map<string, string>> = new Map(); variable
/arkcompiler/ets_frontend/arkguard/src/
DArkObfuscatorForTest.ts372 const nameCache: Object = readCache(nameCachePath); constant
/arkcompiler/ets_frontend/arkguard/test/ut/initialization/
DConfigResolver.spec.ts1708 const nameCache = new Map(); constant
1717 const nameCache = new Map(); constant
/arkcompiler/ets_frontend/arkguard/src/initialization/
DConfigResolver.ts1064 const nameCache: { constant