Lines Matching refs:JSPandaFileExecutor
32 Expected<JSTaggedValue, bool> JSPandaFileExecutor::ExecuteFromFile(JSThread *thread, const CString … in ExecuteFromFile()
109 return JSPandaFileExecutor::Execute(thread, jsPandaFile.get(), entry.c_str(), excuteFromJob); in ExecuteFromFile()
113 Expected<JSTaggedValue, bool> JSPandaFileExecutor::ExecuteFromBuffer(JSThread *thread, in ExecuteFromBuffer()
139 return JSPandaFileExecutor::Execute(thread, jsPandaFile.get(), entry); in ExecuteFromBuffer()
143 Expected<JSTaggedValue, bool> JSPandaFileExecutor::ExecuteModuleBuffer( in ExecuteModuleBuffer()
193 Expected<JSTaggedValue, bool> JSPandaFileExecutor::CommonExecuteBuffer(JSThread *thread, in CommonExecuteBuffer()
218 Expected<JSTaggedValue, bool> JSPandaFileExecutor::Execute(JSThread *thread, const JSPandaFile *jsP… in Execute()
231 void JSPandaFileExecutor::LoadAOTFilesForFile(EcmaVM *vm, JSPandaFile *jsPandaFile) in LoadAOTFilesForFile()
247 Expected<JSTaggedValue, bool> JSPandaFileExecutor::ExecuteFromBufferSecure(JSThread *thread, uint8_… in ExecuteFromBufferSecure()
272 return JSPandaFileExecutor::Execute(thread, jsPandaFile.get(), entry); in ExecuteFromBufferSecure()
275 Expected<JSTaggedValue, bool> JSPandaFileExecutor::CommonExecuteBuffer(JSThread *thread, const CStr… in CommonExecuteBuffer()
300 Expected<JSTaggedValue, bool> JSPandaFileExecutor::ExecuteModuleBufferSecure(JSThread *thread, uint… in ExecuteModuleBufferSecure()