Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DNameCacheUtils.spec.ts128 const classInfoInMemberMethodCache = new Set(['class1']); constant
132 UpdateMemberMethodName(nameCache, globalMangledTable, classInfoInMemberMethodCache);
141 const classInfoInMemberMethodCache = new Set(['method1']); constant
145 UpdateMemberMethodName(nameCache, globalMangledTable, classInfoInMemberMethodCache);
154 const classInfoInMemberMethodCache = new Set(['method1']); constant
158 UpdateMemberMethodName(nameCache, globalMangledTable, classInfoInMemberMethodCache);
/arkcompiler/ets_frontend/arkguard/src/utils/
DNameCacheUtil.ts65 classInfoInMemberMethodCache: Set<string>): void {
74 if (classInfoInMemberMethodCache.has(key)) {
/arkcompiler/ets_frontend/arkguard/src/transformers/rename/
DRenamePropertiesTransformer.ts61 classInfoInMemberMethodCache,
98 …pdateMemberMethodName(nameCache, PropCollections.globalMangledTable, classInfoInMemberMethodCache);
DRenameIdentifierTransformer.ts568 classInfoInMemberMethodCache.add(keyName);
680 export let classInfoInMemberMethodCache: Set<string> = new Set(); variable
687 classInfoInMemberMethodCache.clear();