Lines Matching defs:pf
56 auto pf = panda_file::OpenPandaFileOrZip(filename, panda_file::File::READ_WRITE); in LoadJSPandaFile() local
75 std::unique_ptr<const panda_file::File> pf; in LoadJSPandaFile() local
143 auto pf = panda_file::OpenPandaFileFromMemory(buffer, size); in LoadJSPandaFile() local
156 auto pf = ParseAndOpenPandaFile(buffer, size, filename); in LoadJSPandaFile() local
187 auto pf = panda_file::OpenPandaFileFromSecureMemory(buffer, size); in LoadJSPandaFileSecure() local
201 auto pf = panda_file::OpenPandaFileFromSecureMemory(buffer, size); in LoadJSPandaFileSecure() local
302 std::shared_ptr<JSPandaFile> JSPandaFileManager::GetJSPandaFile(const panda_file::File *pf) in GetJSPandaFile()
379 auto pf = panda_file::OpenPandaFileOrZip(filename, panda_file::File::READ_WRITE); in OpenJSPandaFile() local
392 auto pf = panda_file::OpenPandaFileFromMemory(buffer, size); in OpenJSPandaFileFromBuffer() local
401 std::shared_ptr<JSPandaFile> JSPandaFileManager::NewJSPandaFile(const panda_file::File *pf, const C… in NewJSPandaFile()
510 …<JSPandaFile> JSPandaFileManager::GenerateJSPandaFile(JSThread *thread, const panda_file::File *pf, in GenerateJSPandaFile()