Lines Matching defs:jsPandaFile
58 std::shared_ptr<JSPandaFile> jsPandaFile; in LoadJSPandaFile() local
129 …std::shared_ptr<JSPandaFile> jsPandaFile = GenerateJSPandaFile(thread, pf.release(), filename, ent… in LoadJSPandaFile() local
152 std::shared_ptr<JSPandaFile> jsPandaFile; in LoadJSPandaFile() local
176 …std::shared_ptr<JSPandaFile> jsPandaFile = GenerateJSPandaFile(thread, pf.release(), desc, entryPo… in LoadJSPandaFile() local
196 std::shared_ptr<JSPandaFile> jsPandaFile; in LoadJSPandaFileSecure() local
221 …std::shared_ptr<JSPandaFile> jsPandaFile = GenerateJSPandaFile(thread, pf.release(), desc, entryPo… in LoadJSPandaFileSecure() local
239 …std::shared_ptr<JSPandaFile> jsPandaFile = GenerateJSPandaFile(thread, pf.release(), filename, ""); in LoadInsecureJSPandaFile() local
243 JSHandle<Program> JSPandaFileManager::GenerateProgram(EcmaVM *vm, const JSPandaFile *jsPandaFile, in GenerateProgram()
252 std::shared_ptr<JSPandaFile> jsPandaFile = FindJSPandaFileUnlocked(filename); in FindJSPandaFileWithChecksum() local
334 void JSPandaFileManager::AddJSPandaFile(const std::shared_ptr<JSPandaFile> &jsPandaFile) in AddJSPandaFile()
348 void JSPandaFileManager::RemoveJSPandaFile(const JSPandaFile *jsPandaFile) in RemoveJSPandaFile()
377 std::shared_ptr<JSPandaFile> &jsPandaFile = iter->second; in ObsoleteLoadedJSPandaFile() local
415 std::shared_ptr<JSPandaFile> jsPandaFile = std::make_shared<JSPandaFile>(pf, desc); in NewJSPandaFile() local
421 DebugInfoExtractor *JSPandaFileManager::GetJSPtExtractor(const JSPandaFile *jsPandaFile) in GetJSPtExtractor()
444 DebugInfoExtractor *JSPandaFileManager::GetJSPtExtractorAndExtract(const JSPandaFile *jsPandaFile) in GetJSPtExtractorAndExtract()
467 DebugInfoExtractor *JSPandaFileManager::CpuProfilerGetJSPtExtractor(const JSPandaFile *jsPandaFile) in CpuProfilerGetJSPtExtractor()
562 std::shared_ptr<JSPandaFile> jsPandaFile = FindJSPandaFileUnlocked(desc); in GenerateJSPandaFile() local
579 std::shared_ptr<JSPandaFile> jsPandaFile = FindJSPandaFile(fileName); in CheckFilePath() local
686 bool JSPandaFileManager::UseSnapshot(JSThread *thread, JSPandaFile *jsPandaFile) in UseSnapshot()