Home
last modified time | relevance | path

Searched refs:mEnableNameCache (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/arkguard/src/
DArkObfuscator.ts193 if (!this.mCustomProfiles.mNameObfuscation.mEnable || !this.mCustomProfiles.mEnableNameCache) {
204 …his.mCustomProfiles.mNameObfuscation.mRenameProperties || !this.mCustomProfiles.mEnableNameCache) {
223 …this.mCustomProfiles.mNameObfuscation.mRenameProperties && this.mCustomProfiles.mEnableNameCache) {
308 if (this.mCustomProfiles.mEnableNameCache && this.mCustomProfiles.mEnableNameCache) {
367 if (this.mCustomProfiles.mEnableNameCache) {
/arkcompiler/ets_frontend/arkguard/src/configs/
DIOptions.ts45 readonly mEnableNameCache?: boolean; property