Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Daot_compiler.cpp107 if (runtimeOptions.IsPartialCompilerMode() && cOptions.profilerIn_.empty()) { in Main()
/arkcompiler/ets_runtime/ecmascript/
Djs_runtime_options.h1287 return IsPartialCompilerMode() || IsFullCompilerMode(); in IsTargetCompilerMode()
1290 bool IsPartialCompilerMode() const in IsPartialCompilerMode() function
Djs_runtime_options.cpp1091 if (IsPartialCompilerMode()) { in SetOptionsForTargetCompilation()
/arkcompiler/ets_runtime/ecmascript/ohos/
Dohos_pkg_args.h399 if (!preProcessor.runtimeOptions_.IsPartialCompilerMode()) { in ParseProfilerPath()