Home
last modified time | relevance | path

Searched refs:GetEnableAOT (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_runtime_options.h202 bool GetEnableAOT() const in GetEnableAOT() function
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp303 runtimeOptions.SetEnableAOT(option.GetEnableAOT()); in CreateJSVM()
648 << ", aot: " << jsOption.GetEnableAOT() in PostFork()
656 if (jsOption.GetEnableAOT() && option.GetAnDir().size()) { in PostFork()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h1211 bool GetEnableAOT() const in GetEnableAOT() function