Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Daot_compiler_preprocessor.cpp31 if (runtimeOptions.GetAOTOutputFile().empty()) { in CompilationOptions()
34 outputFileName_ = runtimeOptions.GetAOTOutputFile(); in CompilationOptions()
Dfile_generators.cpp651 const CString snapshotPath(vm_->GetJSOptions().GetAOTOutputFile().c_str()); in SaveSnapshotFile()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_executor.cpp250 std::string aotFilename = vm->GetJSOptions().GetAOTOutputFile(); in BindPandaFilesForAot()
/arkcompiler/ets_runtime/ecmascript/
Djs_runtime_options.h263 std::string GetAOTOutputFile() const in GetAOTOutputFile() function
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp3338 aotFileName = vm->GetJSOptions().GetAOTOutputFile(); in LoadAotFile()