Home
last modified time | relevance | path

Searched refs:Parrot_pf_pack (Results 1 – 7 of 7) sorted by relevance

/dports/lang/parrot/parrot-8.1.0/src/packfile/
H A Doutput.c126 Parrot_pf_pack(PARROT_INTERP, ARGMOD(PackFile *self), ARGOUT(opcode_t *cursor)) in Parrot_pf_pack() function
128 ASSERT_ARGS(Parrot_pf_pack) in Parrot_pf_pack()
198 Parrot_pf_pack(interp, self, cursor); in PackFile_pack()
H A Dapi.c330 Parrot_pf_pack(interp, pf, ptr); in Parrot_pf_serialize()
2624 Parrot_pf_pack(interp, pf, packed); in Parrot_pf_write_pbc_file()
/dports/lang/parrot/parrot-8.1.0/frontend/pbc_dump/
H A Dmain.c455 Parrot_pf_pack(interp, interp->code->base.pf, pack); in main()
/dports/lang/parrot/parrot-8.1.0/docs/deprecations/
H A Ddeprecations.pod54 PackFile_pack => Parrot_pf_pack
/dports/lang/parrot/parrot-8.1.0/frontend/pbc_merge/
H A Dmain.c928 Parrot_pf_pack(interp, pf, pack); in pbc_merge_write()
/dports/lang/parrot/parrot-8.1.0/include/parrot/
H A Dpackfile.h1120 void Parrot_pf_pack(PARROT_INTERP,
/dports/lang/parrot/parrot-8.1.0/docs/
H A Dembed.pod559 =item C<PackFile_pack> renamed to C<Parrot_pf_pack>