Home
last modified time | relevance | path

Searched refs:AOT_FULL (Results 1 – 7 of 7) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/
Dgen_aot.ts24 AOT_FULL,
58 if (buildJsonInfo.anBuildMode !== AOT_FULL) {
103 if (projectConfig.anBuildMode === AOT_FULL) {
Dpre_define.ts421 export const AOT_FULL: string = 'full'; constant
Dgen_abc_plugin.ts81 AOT_FULL,
1348 (projectConfig.anBuildMode === AOT_FULL || projectConfig.anBuildMode === AOT_PARTIAL)) {
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/
Dutils.ts48 import { AOT_FULL, AOT_PARTIAL, AOT_TYPE } from '../../pre_define';
65 return projectConfig.compileMode === ESMODULE && (projectConfig.anBuildMode === AOT_FULL ||
70 return projectConfig.compileMode === ESMODULE && (projectConfig.anBuildMode === AOT_FULL ||
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/
Dark_define.ts29 export const AOT_FULL: string = 'full'; constant
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/
Dutils.test.ts43 AOT_FULL,
116 this.rollup.share.projectConfig.anBuildMode = AOT_FULL;
124 this.rollup.share.projectConfig.anBuildMode = AOT_FULL;
554 this.rollup.share.projectConfig.anBuildMode = AOT_FULL;
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/module/
Dmodule_mode.test.ts86 import { AOT_FULL } from '../../../lib/pre_define';
1291 moduleMode.projectConfig.anBuildMode = AOT_FULL;