Lines Matching defs:pf
53 auto pf = panda_file::OpenPandaFileOrZip(filename, panda_file::File::READ_WRITE); in LoadJSPandaFile() local
70 std::unique_ptr<const panda_file::File> pf; in LoadJSPandaFile() local
133 auto pf = panda_file::OpenPandaFileFromMemory(buffer, size); in LoadJSPandaFile() local
148 auto pf = panda_file::OpenPandaFileFromMemory(buffer, size); in LoadJSPandaFile() local
177 auto pf = panda_file::OpenPandaFileFromSecureMemory(buffer, size); in LoadJSPandaFileSecure() local
192 auto pf = panda_file::OpenPandaFileFromSecureMemory(buffer, size); in LoadJSPandaFileSecure() local
280 std::shared_ptr<JSPandaFile> JSPandaFileManager::GetJSPandaFile(const panda_file::File *pf) in GetJSPandaFile()
384 auto pf = panda_file::OpenPandaFileOrZip(filename, panda_file::File::READ_WRITE); in OpenJSPandaFile() local
397 auto pf = panda_file::OpenPandaFileFromMemory(buffer, size); in OpenJSPandaFileFromBuffer() local
406 std::shared_ptr<JSPandaFile> JSPandaFileManager::NewJSPandaFile(const panda_file::File *pf, const C… in NewJSPandaFile()
514 …<JSPandaFile> JSPandaFileManager::GenerateJSPandaFile(JSThread *thread, const panda_file::File *pf, in GenerateJSPandaFile()