Home
last modified time | relevance | path

Searched refs:WasAOTOutputFileSet (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/js_vm/
Dmain.cpp67 if (runtimeOptions.WasAOTOutputFileSet()) { in ExecutePandaFile()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_executor.cpp249 if (vm->GetJSOptions().WasAOTOutputFileSet()) { in BindPandaFilesForAot()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp205 if (vm_->GetJSOptions().WasAOTOutputFileSet()) { in GetAnFileIndex()
/arkcompiler/ets_runtime/ecmascript/
Djs_runtime_options.h273 bool WasAOTOutputFileSet() const in WasAOTOutputFileSet() function
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp3337 if (vm->GetJSOptions().WasAOTOutputFileSet()) { in LoadAotFile()