Lines Matching defs:pf
50 auto pf = panda_file::OpenPandaFileOrZip(filename, panda_file::File::READ_WRITE); in LoadJSPandaFile() local
67 std::unique_ptr<const panda_file::File> pf; in LoadJSPandaFile() local
126 auto pf = panda_file::OpenPandaFileFromMemory(buffer, size); in LoadJSPandaFile() local
141 auto pf = panda_file::OpenPandaFileFromMemory(buffer, size); in LoadJSPandaFile() local
170 auto pf = panda_file::OpenPandaFileFromSecureMemory(buffer, size); in LoadJSPandaFileSecure() local
185 auto pf = panda_file::OpenPandaFileFromSecureMemory(buffer, size); in LoadJSPandaFileSecure() local
260 std::shared_ptr<JSPandaFile> JSPandaFileManager::GetJSPandaFile(const panda_file::File *pf) in GetJSPandaFile()
351 auto pf = panda_file::OpenPandaFileOrZip(filename, panda_file::File::READ_WRITE); in OpenJSPandaFile() local
364 auto pf = panda_file::OpenPandaFileFromMemory(buffer, size); in OpenJSPandaFileFromBuffer() local
373 std::shared_ptr<JSPandaFile> JSPandaFileManager::NewJSPandaFile(const panda_file::File *pf, const C… in NewJSPandaFile()
450 …<JSPandaFile> JSPandaFileManager::GenerateJSPandaFile(JSThread *thread, const panda_file::File *pf, in GenerateJSPandaFile()