• Home
  • Raw
  • Download

Lines Matching refs:JSPandaFileManager

29 JSPandaFileManager *JSPandaFileManager::GetInstance()  in GetInstance()
31 static JSPandaFileManager *jsFileManager = new JSPandaFileManager(); in GetInstance()
35 JSPandaFileManager::~JSPandaFileManager() in ~JSPandaFileManager()
43 std::shared_ptr<JSPandaFile> JSPandaFileManager::LoadJSPandaFile(JSThread *thread, const CString &f… in LoadJSPandaFile()
129 std::shared_ptr<JSPandaFile> JSPandaFileManager::LoadJSPandaFile(JSThread *thread, const CString &f… in LoadJSPandaFile()
176 std::shared_ptr<JSPandaFile> JSPandaFileManager::LoadJSPandaFileSecure(JSThread *thread, const CStr… in LoadJSPandaFileSecure()
226 JSHandle<Program> JSPandaFileManager::GenerateProgram(EcmaVM *vm, const JSPandaFile *jsPandaFile, in GenerateProgram()
233 std::shared_ptr<JSPandaFile> JSPandaFileManager::FindJSPandaFileWithChecksum(const CString &filenam… in FindJSPandaFileWithChecksum()
249 std::shared_ptr<JSPandaFile> JSPandaFileManager::FindMergedJSPandaFile() in FindMergedJSPandaFile()
261 std::shared_ptr<JSPandaFile> JSPandaFileManager::FindJSPandaFileUnlocked(const CString &filename) in FindJSPandaFileUnlocked()
273 std::shared_ptr<JSPandaFile> JSPandaFileManager::FindJSPandaFileByNormalizedName(const CString &nor… in FindJSPandaFileByNormalizedName()
290 std::shared_ptr<JSPandaFile> JSPandaFileManager::FindJSPandaFileByMapBase(uintptr_t mapBase) in FindJSPandaFileByMapBase()
303 std::shared_ptr<JSPandaFile> JSPandaFileManager::FindJSPandaFile(const CString &filename) in FindJSPandaFile()
309 std::shared_ptr<JSPandaFile> JSPandaFileManager::GetJSPandaFile(const panda_file::File *pf) in GetJSPandaFile()
321 void JSPandaFileManager::ClearNameMap() in ClearNameMap()
329 void JSPandaFileManager::AddJSPandaFile(const std::shared_ptr<JSPandaFile> &jsPandaFile) in AddJSPandaFile()
343 void JSPandaFileManager::RemoveJSPandaFile(const JSPandaFile *jsPandaFile) in RemoveJSPandaFile()
368 void JSPandaFileManager::ObsoleteLoadedJSPandaFile(const CString &filename) in ObsoleteLoadedJSPandaFile()
379 std::shared_ptr<JSPandaFile> JSPandaFileManager::OpenJSPandaFile(const CString &filename) in OpenJSPandaFile()
384 std::shared_ptr<JSPandaFile> JSPandaFileManager::OpenJSPandaFile(const CString &filename, const CSt… in OpenJSPandaFile()
395 std::shared_ptr<JSPandaFile> JSPandaFileManager::OpenJSPandaFileFromBuffer(uint8_t *buffer, in OpenJSPandaFileFromBuffer()
408 std::shared_ptr<JSPandaFile> JSPandaFileManager::NewJSPandaFile(const panda_file::File *pf, const C… in NewJSPandaFile()
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()
517 std::shared_ptr<JSPandaFile> JSPandaFileManager::GenerateJSPandaFile(JSThread *thread, const panda_… in GenerateJSPandaFile()
568 bool JSPandaFileManager::CheckFilePath(JSThread *thread, const CString &fileName) in CheckFilePath()
595 std::shared_ptr<JSPandaFile> JSPandaFileManager::GenerateJSPandafileFromBufferCache( in GenerateJSPandafileFromBufferCache()
604 JSPandaFileManager *jsPandaFileManager = JSPandaFileManager::GetInstance(); in GenerateJSPandafileFromBufferCache()
613 void *JSPandaFileManager::AllocateBuffer(size_t size) in AllocateBuffer()
618 void *JSPandaFileManager::JSPandaFileAllocator::AllocateBuffer(size_t size) in AllocateBuffer()
643 void JSPandaFileManager::FreeBuffer(void *mem) in FreeBuffer()
648 void JSPandaFileManager::JSPandaFileAllocator::FreeBuffer(void *mem) in FreeBuffer()