Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Daot_compiler.cpp147 if (runtimeOptions.GetAOTOutputFile().empty()) { in Main()
150 std::string outputFileName = runtimeOptions.GetAOTOutputFile(); in Main()
Dfile_generators.cpp448 const CString snapshotPath(vm_->GetJSOptions().GetAOTOutputFile().c_str()); in SaveSnapshotFile()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_executor.cpp237 std::string aotFilename = vm->GetJSOptions().GetAOTOutputFile(); in LoadAOTFilesForFile()
/arkcompiler/ets_runtime/ecmascript/
Djs_runtime_options.h207 std::string GetAOTOutputFile() const in GetAOTOutputFile() function