Searched refs:COMPILE_PARTIAL (Results 1 – 4 of 4) sorted by relevance
182 aotArgs.compileMode = ServiceConstants::COMPILE_PARTIAL;230 aotArgs.compileMode = ServiceConstants::COMPILE_PARTIAL;557 AOT_MODULE_NAME, ServiceConstants::COMPILE_PARTIAL);563 AOT_MODULE_NAME, ServiceConstants::COMPILE_PARTIAL);566 AOT_MODULE_NAME, ServiceConstants::COMPILE_PARTIAL);878 string compileMode = ServiceConstants::COMPILE_PARTIAL;980 string compileMode = ServiceConstants::COMPILE_PARTIAL;1000 string compileMode = ServiceConstants::COMPILE_PARTIAL;1030 string compileMode = ServiceConstants::COMPILE_PARTIAL;1045 bundleNames, ServiceConstants::COMPILE_PARTIAL, dataMgr, results);[all …]
146 constexpr const char* COMPILE_PARTIAL = "partial"; variable
90 … if (aotArgs.compileMode == ServiceConstants::COMPILE_PARTIAL && aotArgs.arkProfilePath.empty()) { in CheckArgs()
147 if (compileMode == ServiceConstants::COMPILE_PARTIAL) { in BuildAOTArgs()757 …d::string compileMode = system::GetParameter(IDLE_COMPILE_MODE, ServiceConstants::COMPILE_PARTIAL); in HandleIdle()