Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_runtime_options.h1095 return IsPartialCompilerMode() || IsFullCompilerMode(); in IsTargetCompilerMode()
1098 bool IsPartialCompilerMode() const in IsPartialCompilerMode() function
Djs_runtime_options.cpp853 if (IsPartialCompilerMode()) { in SetOptionsForTargetCompilation()