Home
last modified time | relevance | path

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

/dports/lang/parrot/parrot-8.1.0/src/packfile/
H A Dobject_serialization.c53 Parrot_freeze(PARROT_INTERP, ARGIN(PMC *pmc)) in Parrot_freeze() function
55 ASSERT_ARGS(Parrot_freeze) in Parrot_freeze()
/dports/lang/parrot/parrot-8.1.0/include/parrot/
H A Dpmc_freeze.h118 STRING* Parrot_freeze(PARROT_INTERP, ARGIN(PMC *pmc))
/dports/lang/parrot/parrot-8.1.0/src/embed/
H A Dpmc.c637 *frozen = Parrot_freeze(interp, object); in Parrot_api_pmc_serialize()
/dports/lang/parrot/parrot-8.1.0/src/ops/
H A Dpmc.ops565 $1 = Parrot_freeze(interp, $2);
H A Dcore_ops.c20355 SREG(1) = Parrot_freeze(interp, PREG(2)); in Parrot_freeze_s_p()
/dports/lang/parrot/parrot-8.1.0/src/pmc/
H A Ddefault.pmc869 return Parrot_thaw(INTERP, Parrot_freeze(INTERP, SELF));
/dports/lang/parrot/parrot-8.1.0/docs/
H A Dembed.pod715 =item C<Parrot_freeze>