Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/js_vm/
Dmain.cpp119 if (runtimeOptions.IsStartupTime()) { in Main()
/arkcompiler/ets_runtime/ecmascript/compiler/
Daot_compiler.cpp77 if (runtimeOptions.IsStartupTime()) { in Main()
/arkcompiler/ets_runtime/ecmascript/quick_fix/
Dmain.cpp86 if (runtimeOptions.IsStartupTime()) { in Main()
/arkcompiler/runtime_core/static_core/panda/
Dpanda.cpp92 if (runtimeOptions.IsStartupTime()) { in PrepareArguments()
/arkcompiler/runtime_core/panda/
Dpanda.cpp121 if (runtime_options.IsStartupTime()) { in PrepareArguments()
/arkcompiler/ets_runtime/ecmascript/
Djs_runtime_options.h699 bool IsStartupTime() const in IsStartupTime() function