Home
last modified time | relevance | path

Searched refs:PackFile_Annotations (Results 1 – 6 of 6) sorted by relevance

/dports/lang/parrot/parrot-8.1.0/src/pmc/
H A Dpackfileannotations.pmc204 Initialize PackfileAnnotations from PackFile_Annotations*.
210 PackFile_Annotations * const a = (PackFile_Annotations*)pointer;
263 Create PackFile_Annotations* from self.
271 PackFile_Annotations * const res =
272 mem_gc_allocate_zeroed_typed(INTERP, PackFile_Annotations);
/dports/lang/parrot/parrot-8.1.0/src/packfile/
H A Dsegments.c812 PackFile_Annotations * const seg = mem_gc_allocate_zeroed_typed(interp, in annotations_new()
813 PackFile_Annotations); in annotations_new()
831 PackFile_Annotations * const self = (PackFile_Annotations *)seg; in annotations_destroy()
859 const PackFile_Annotations * const self = (PackFile_Annotations *)seg; in annotations_packed_size()
882 const PackFile_Annotations * const self = (PackFile_Annotations *)seg; in annotations_pack()
917 PackFile_Annotations * const self = (PackFile_Annotations *)seg; in annotations_unpack()
970 const PackFile_Annotations * const self = (const PackFile_Annotations *)seg; in annotations_dump()
H A Dapi.c77 ARGIN(PackFile_Annotations *pfa),
1939 find_pf_ann_idx(ARGIN(PackFile_Annotations *pfa), in find_pf_ann_idx()
1988 Parrot_pf_annotations_add_entry(PARROT_INTERP, ARGMOD(PackFile_Annotations *self), in Parrot_pf_annotations_add_entry()
2066 PackFile_Annotations_add_entry(PARROT_INTERP, ARGMOD(PackFile_Annotations *self), in PackFile_Annotations_add_entry()
2090 Parrot_pf_annotations_lookup(PARROT_INTERP, ARGIN(PackFile_Annotations *self), in Parrot_pf_annotations_lookup()
2159 PackFile_Annotations *
2172 PackFile_Annotations * const annotations = (PackFile_Annotations *) in Parrot_pf_get_annotations_segment()
/dports/lang/parrot/parrot-8.1.0/include/parrot/
H A Dpackfile.h216 struct PackFile_Annotations *annotations;
259 typedef struct PackFile_Annotations { struct
264 } PackFile_Annotations; argument
506 ARGMOD(PackFile_Annotations *self),
589 ARGMOD(PackFile_Annotations *self),
656 PackFile_Annotations * Parrot_pf_get_annotations_segment(PARROT_INTERP,
820 ARGIN(PackFile_Annotations *self),
/dports/lang/parrot/parrot-8.1.0/frontend/pbc_merge/
H A Dmain.c100 static PackFile_Annotations* pbc_merge_annotations(PARROT_INTERP,
493 static PackFile_Annotations*
499 PackFile_Annotations * const merged = Parrot_pf_get_annotations_segment(interp, pf, bc); in pbc_merge_annotations()
504 PackFile_Annotations * const in_ann = in pbc_merge_annotations()
849 PackFile_Annotations *at; in pbc_merge_begin()
/dports/lang/parrot/parrot-8.1.0/src/runcore/
H A Dsubprof.c350 PackFile_Annotations *ann = sp->subattrs->seg->annotations; in findlineannotations()
442 PackFile_Annotations *ann = sp->subattrs->seg->annotations; in createlines()