Home
last modified time | relevance | path

Searched refs:AOT_PARTIAL (Results 1 – 6 of 6) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/
Dgen_aot.ts26 AOT_PARTIAL,
49 if (buildJsonInfo.anBuildMode !== AOT_PARTIAL && !buildJsonInfo.apPath) {
105 } else if (projectConfig.anBuildMode === AOT_PARTIAL) {
Dpre_define.ts423 export const AOT_PARTIAL: string = 'partial'; constant
Dgen_abc_plugin.ts82 AOT_PARTIAL,
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';
66 projectConfig.anBuildMode === AOT_PARTIAL);
71 projectConfig.anBuildMode === AOT_PARTIAL || projectConfig.anBuildMode === AOT_TYPE);
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/
Dark_define.ts31 export const AOT_PARTIAL: string = 'partial'; constant
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/
Dutils.test.ts44 AOT_PARTIAL,
108 this.rollup.share.projectConfig.anBuildMode = AOT_PARTIAL;
132 this.rollup.share.projectConfig.anBuildMode = AOT_PARTIAL;
562 this.rollup.share.projectConfig.anBuildMode = AOT_PARTIAL;
586 projectConfig.anBuildMode = AOT_PARTIAL;