• Home
  • Raw
  • Download

Lines Matching defs:jsPandaFile

48         std::shared_ptr<JSPandaFile> jsPandaFile;  in LoadJSPandaFile()  local
105 …std::shared_ptr<JSPandaFile> jsPandaFile = GenerateJSPandaFile(thread, pf.release(), filename, ent… in LoadJSPandaFile() local
124 std::shared_ptr<JSPandaFile> jsPandaFile; in LoadJSPandaFile() local
150 …std::shared_ptr<JSPandaFile> jsPandaFile = GenerateJSPandaFile(thread, pf.release(), desc, entryPo… in LoadJSPandaFile() local
168 std::shared_ptr<JSPandaFile> jsPandaFile; in LoadJSPandaFileSecure() local
194 …std::shared_ptr<JSPandaFile> jsPandaFile = GenerateJSPandaFile(thread, pf.release(), desc, entryPo… in LoadJSPandaFileSecure() local
203 JSHandle<Program> JSPandaFileManager::GenerateProgram(EcmaVM *vm, const JSPandaFile *jsPandaFile, in GenerateProgram()
216 std::shared_ptr<JSPandaFile> jsPandaFile = FindJSPandaFileUnlocked(filename); in FindJSPandaFileWithChecksum() local
272 …PandaFileManager::AddJSPandaFileVm(const EcmaVM *vm, const std::shared_ptr<JSPandaFile> &jsPandaFi… in AddJSPandaFileVm()
288const std::shared_ptr<JSPandaFile> &jsPandaFile) in InsertJSPandaFileVmUnlocked()
301 void JSPandaFileManager::RemoveJSPandaFileVm(const EcmaVM *vm, const JSPandaFile *jsPandaFile) in RemoveJSPandaFileVm()
338 std::shared_ptr<JSPandaFile> &jsPandaFile = iter->second.first; in ObsoleteLoadedJSPandaFile() local
375 std::shared_ptr<JSPandaFile> jsPandaFile = std::make_shared<JSPandaFile>(pf, desc); in NewJSPandaFile() local
380 DebugInfoExtractor *JSPandaFileManager::GetJSPtExtractor(const JSPandaFile *jsPandaFile) in GetJSPtExtractor()
402 DebugInfoExtractor *JSPandaFileManager::GetJSPtExtractorAndExtract(const JSPandaFile *jsPandaFile) in GetJSPtExtractorAndExtract()
425 DebugInfoExtractor *JSPandaFileManager::CpuProfilerGetJSPtExtractor(const JSPandaFile *jsPandaFile) in CpuProfilerGetJSPtExtractor()
473 std::shared_ptr<JSPandaFile> jsPandaFile = FindJSPandaFileUnlocked(desc); in GenerateJSPandaFile() local