Home
last modified time | relevance | path

Searched refs:Parrot_pcc_get_sub (Results 1 – 15 of 15) sorted by relevance

/dports/lang/parrot/parrot-8.1.0/src/
H A Dsub.c118 subpmc = Parrot_pcc_get_sub(interp, ctx); in Parrot_sub_context_get_info()
394 PMC_get_sub(interp, Parrot_pcc_get_sub(interp, ctx), current_sub); in Parrot_sub_capture_lex()
498 PMC * const from_sub = Parrot_pcc_get_sub(interp, ctx); in Parrot_sub_continuation_rewind_environment()
524 PMC * const sub = Parrot_pcc_get_sub(interp, to_ctx); in Parrot_sub_continuation_rewind_environment()
H A Ddebug.c3674 && Parrot_pcc_get_sub(interp, ctx) == Parrot_pcc_get_sub(interp, prev_ctx)) { in PDB_get_continuation_backtrace()
3686 const PMC * const sub = Parrot_pcc_get_sub(interp, ctx); in PDB_get_continuation_backtrace()
/dports/lang/parrot/parrot-8.1.0/src/call/
H A Dcontext.c146 Parrot_pcc_get_sub(SHIM_INTERP, ARGIN(const PMC *ctx)) in Parrot_pcc_get_sub() function
148 ASSERT_ARGS(Parrot_pcc_get_sub) in Parrot_pcc_get_sub()
312 Parrot_pcc_set_sub(interp, ctx, Parrot_pcc_get_sub(interp, old)); in Parrot_push_context()
/dports/lang/parrot/parrot-8.1.0/src/pmc/
H A Dparrotinterpreter.pmc391 if (PMC_IS_NULL(Parrot_pcc_get_sub(INTERP, ctx)))
398 return Parrot_pcc_get_sub(INTERP, ctx);
404 return Parrot_pcc_get_sub(INTERP, ctx);
416 PMC * const sub_pmc = Parrot_pcc_get_sub(INTERP, ctx);
H A Dcontinuation.pmc355 caller = Parrot_pcc_get_sub(INTERP, to_ctx);
H A Dcoroutine.pmc97 Parrot_pcc_get_sub(interp, Parrot_pcc_get_caller_ctx(interp, ctx))));
H A Dsub.pmc487 PMC_get_sub(INTERP, Parrot_pcc_get_sub(INTERP, c), current_sub);
1130 if (Parrot_pcc_get_sub(INTERP, outer_ctx) == outer) {
H A Dcallcontext.pmc1622 PMC *sub_pmc = Parrot_pcc_get_sub(INTERP, cur_ctx);
/dports/lang/parrot/parrot-8.1.0/src/runcore/
H A Dprofiling.c500 Parrot_pcc_get_sub(interp, ctx_pmc), ctx->current_pc); in get_line_num_from_cache()
728 Parrot_pcc_get_sub(interp, ctx_pmc), pc); in get_filename_cstr()
H A Dsubprof.c669 PMC * const csubpmc = Parrot_pcc_get_sub(interp, cctx); in buildcallchain()
1100 PMC *csubpmc = Parrot_pcc_get_sub(interp, cctx); in sync_callchainchange()
/dports/lang/parrot/parrot-8.1.0/include/parrot/
H A Dcall.h441 PMC* Parrot_pcc_get_sub(PARROT_INTERP, ARGIN(const PMC *ctx))
/dports/lang/parrot/parrot-8.1.0/src/interp/
H A Dapi.c1051 result = Parrot_pcc_get_sub(interp, CURRENT_CONTEXT(interp)); in Parrot_interp_info_p()
/dports/lang/parrot/parrot-8.1.0/src/ops/
H A Dcore.ops406 PMC * const p = Parrot_pcc_get_sub(interp, CURRENT_CONTEXT(interp));
H A Dcore_ops.c13915 PMC * const p = Parrot_pcc_get_sub(interp, CURRENT_CONTEXT(interp)); in Parrot_yield()
/dports/lang/parrot/parrot-8.1.0/compilers/imcc/
H A Dpbc.c1433 current = Parrot_pcc_get_sub(imcc->interp, CURRENT_CONTEXT(imcc->interp)); in find_outer()