Home
last modified time | relevance | path

Searched refs:Parrot_pmc_new_init (Results 1 – 25 of 31) sorted by relevance

12

/dports/lang/parrot/parrot-8.1.0/src/dynpmc/
H A Ddynlexpad.pmc49 attrs->init = Parrot_pmc_new_init(INTERP, enum_class_LexPad, lexinfo);
103 return Parrot_pmc_new_init(INTERP, enum_class_HashIterator, SELF);
/dports/lang/parrot/parrot-8.1.0/src/ops/
H A Dobject.ops245 $1 = Parrot_pmc_new_init(interp, enum_class_Class, name);
249 $1 = Parrot_pmc_new_init(interp, enum_class_Class, $2);
304 $1 = Parrot_pmc_new_init(interp, enum_class_Class, $3);
365 $1 = Parrot_pmc_new_init(interp, enum_class_Class, $3);
H A Dpmc.ops90 $1 = Parrot_pmc_new_init(interp, type, $3);
126 $1 = Parrot_pmc_new_init(interp, type, $3);
H A Dcore_ops.c18893 PREG(1) = Parrot_pmc_new_init(interp, enum_class_Class, name); in Parrot_newclass_p_s()
18903 PREG(1) = Parrot_pmc_new_init(interp, enum_class_Class, name); in Parrot_newclass_p_sc()
18910 PREG(1) = Parrot_pmc_new_init(interp, enum_class_Class, PREG(2)); in Parrot_newclass_p_p()
19607 PREG(1) = Parrot_pmc_new_init(interp, type, PREG(3)); in Parrot_new_p_s_p()
19632 PREG(1) = Parrot_pmc_new_init(interp, type, PREG(3)); in Parrot_new_p_sc_p()
19657 PREG(1) = Parrot_pmc_new_init(interp, type, PCONST(3)); in Parrot_new_p_s_pc()
19682 PREG(1) = Parrot_pmc_new_init(interp, type, PCONST(3)); in Parrot_new_p_sc_pc()
19757 PREG(1) = Parrot_pmc_new_init(interp, type, PREG(3)); in Parrot_new_p_p_p()
19782 PREG(1) = Parrot_pmc_new_init(interp, type, PREG(3)); in Parrot_new_p_pc_p()
19807 PREG(1) = Parrot_pmc_new_init(interp, type, PCONST(3)); in Parrot_new_p_p_pc()
[all …]
/dports/lang/parrot/parrot-8.1.0/src/packfile/
H A Dobject_serialization.c123 visitor = Parrot_pmc_new_init(interp, enum_class_ImageIOSize, pf_pmc); in Parrot_freeze_pbc_size()
/dports/lang/parrot/parrot-8.1.0/src/pmc/
H A Dpackfileopmap.pmc66 Parrot_pmc_new_init(INTERP, enum_class_OpLib, core_ops_pmc));
274 oplib = Parrot_pmc_new_init(INTERP, enum_class_OpLib, lib_name_pmc);
H A Dmanagedstruct.pmc153 dest = Parrot_pmc_new_init(INTERP, SELF->vtable->base_type,
H A Denv.pmc84 return Parrot_pmc_new_init(INTERP, enum_class_ArrayIterator, SELF);
H A Dcontinuation.pmc190 return Parrot_pmc_new_init(INTERP, SELF->vtable->base_type, SELF);
H A Dscheduler.pmc346 PMC * const iter = Parrot_pmc_new_init(INTERP, enum_class_HashIterator, sdata->all_tasks);
H A Dstringiterator.pmc88 clone = Parrot_pmc_new_init(INTERP, enum_class_StringIterator, str_pmc);
H A Dsub.pmc462 Parrot_pcc_set_lex_pad(INTERP, context, Parrot_pmc_new_init(INTERP,
502 Parrot_pmc_new_init(INTERP,
1119 sub->lex_info = Parrot_pmc_new_init(INTERP, lex_info_id, SELF);
H A Dcoroutine.pmc297 PMC * const lexpad = Parrot_pmc_new_init(INTERP, hlltype, lex_info);
H A Dbytebuffer.pmc360 return Parrot_pmc_new_init(INTERP, enum_class_ArrayIterator, SELF);
H A Dpmcproxy.pmc189 return Parrot_pmc_new_init(INTERP, _pmc->id, init);
H A Darrayiterator.pmc143 clone = Parrot_pmc_new_init(INTERP, enum_class_ArrayIterator, array);
H A Dfixedbooleanarray.pmc538 return Parrot_pmc_new_init(INTERP, enum_class_ArrayIterator, SELF);
H A Dfixedfloatarray.pmc155 return Parrot_pmc_new_init(INTERP, enum_class_ArrayIterator, SELF);
H A Dfixedstringarray.pmc167 return Parrot_pmc_new_init(INTERP, enum_class_ArrayIterator, SELF);
H A Dfixedintegerarray.pmc571 return Parrot_pmc_new_init(INTERP, enum_class_ArrayIterator, SELF);
/dports/lang/parrot/parrot-8.1.0/include/parrot/
H A Dpmc.h118 PMC * Parrot_pmc_new_init(PARROT_INTERP,
/dports/lang/parrot/parrot-8.1.0/src/
H A Dpmc.c624 Parrot_pmc_new_init(PARROT_INTERP, INTVAL base_type, ARGOUT(PMC *init)) in Parrot_pmc_new_init() function
626 ASSERT_ARGS(Parrot_pmc_new_init) in Parrot_pmc_new_init()
H A Doo.c461 return Parrot_pmc_new_init(interp, enum_class_Class, classtype); in Parrot_oo_new_class_pmc()
488 classobj = Parrot_pmc_new_init(interp, enum_class_Class, namehash); in Parrot_oo_newclass_from_str()
H A Dthread.c156 PMC * const proxy = Parrot_pmc_new_init(thread, enum_class_Proxy, pmc); in Parrot_thread_create_proxy()
/dports/lang/parrot/parrot-8.1.0/t/tools/dev/headerizer/testlib/
H A Dfixedbooleanarray_pmc.in534 return Parrot_pmc_new_init(INTERP, enum_class_ArrayIterator, SELF);

12