Lines Matching defs:jsPandaFile
48 std::shared_ptr<JSPandaFile> jsPandaFile; in LoadJSPandaFile() local
119 …std::shared_ptr<JSPandaFile> jsPandaFile = GenerateJSPandaFile(thread, pf.release(), filename, ent… in LoadJSPandaFile() local
138 std::shared_ptr<JSPandaFile> jsPandaFile; in LoadJSPandaFile() local
167 …std::shared_ptr<JSPandaFile> jsPandaFile = GenerateJSPandaFile(thread, pf.release(), desc, entryPo… in LoadJSPandaFile() local
189 std::shared_ptr<JSPandaFile> jsPandaFile; in LoadJSPandaFileSecure() local
214 …std::shared_ptr<JSPandaFile> jsPandaFile = GenerateJSPandaFile(thread, pf.release(), desc, entryPo… in LoadJSPandaFileSecure() local
226 JSHandle<Program> JSPandaFileManager::GenerateProgram(EcmaVM *vm, const JSPandaFile *jsPandaFile, in GenerateProgram()
235 std::shared_ptr<JSPandaFile> jsPandaFile = FindJSPandaFileUnlocked(filename); in FindJSPandaFileWithChecksum() local
329 void JSPandaFileManager::AddJSPandaFile(const std::shared_ptr<JSPandaFile> &jsPandaFile) in AddJSPandaFile()
343 void JSPandaFileManager::RemoveJSPandaFile(const JSPandaFile *jsPandaFile) in RemoveJSPandaFile()
372 std::shared_ptr<JSPandaFile> &jsPandaFile = iter->second; in ObsoleteLoadedJSPandaFile() local
410 std::shared_ptr<JSPandaFile> jsPandaFile = std::make_shared<JSPandaFile>(pf, desc); in NewJSPandaFile() local
416 DebugInfoExtractor *JSPandaFileManager::GetJSPtExtractor(const JSPandaFile *jsPandaFile) in GetJSPtExtractor()
439 DebugInfoExtractor *JSPandaFileManager::GetJSPtExtractorAndExtract(const JSPandaFile *jsPandaFile) in GetJSPtExtractorAndExtract()
462 DebugInfoExtractor *JSPandaFileManager::CpuProfilerGetJSPtExtractor(const JSPandaFile *jsPandaFile) in CpuProfilerGetJSPtExtractor()
554 std::shared_ptr<JSPandaFile> jsPandaFile = FindJSPandaFileUnlocked(desc); in GenerateJSPandaFile() local
570 std::shared_ptr<JSPandaFile> jsPandaFile = FindJSPandaFileUnlocked(fileName); in CheckFilePath() local