Searched refs:GetAOTOutputFile (Results 1 – 5 of 5) sorted by relevance
31 if (runtimeOptions.GetAOTOutputFile().empty()) { in CompilationOptions()34 outputFileName_ = runtimeOptions.GetAOTOutputFile(); in CompilationOptions()
651 const CString snapshotPath(vm_->GetJSOptions().GetAOTOutputFile().c_str()); in SaveSnapshotFile()
250 std::string aotFilename = vm->GetJSOptions().GetAOTOutputFile(); in BindPandaFilesForAot()
263 std::string GetAOTOutputFile() const in GetAOTOutputFile() function
3338 aotFileName = vm->GetJSOptions().GetAOTOutputFile(); in LoadAotFile()