Searched refs:Parrot_pf_pack (Results 1 – 7 of 7) sorted by relevance
/dports/lang/parrot/parrot-8.1.0/src/packfile/ |
H A D | output.c | 126 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 D | api.c | 330 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 D | main.c | 455 Parrot_pf_pack(interp, interp->code->base.pf, pack); in main()
|
/dports/lang/parrot/parrot-8.1.0/docs/deprecations/ |
H A D | deprecations.pod | 54 PackFile_pack => Parrot_pf_pack
|
/dports/lang/parrot/parrot-8.1.0/frontend/pbc_merge/ |
H A D | main.c | 928 Parrot_pf_pack(interp, pf, pack); in pbc_merge_write()
|
/dports/lang/parrot/parrot-8.1.0/include/parrot/ |
H A D | packfile.h | 1120 void Parrot_pf_pack(PARROT_INTERP,
|
/dports/lang/parrot/parrot-8.1.0/docs/ |
H A D | embed.pod | 559 =item C<PackFile_pack> renamed to C<Parrot_pf_pack>
|