Searched defs:runtime (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DStackobj.pm42 # Callback for runtime code generation
46 sub runtime { &$runtime_callback(@_) } subroutine
145 runtime("$obj->{iv} = $expr;");
153 runtime("$obj->{nv} = $expr;");
169 runtime("SvSetSV($obj->{sv}, $expr);");
195 runtime("$obj->{iv} = $obj->{nv};");
197 runtime("$obj->{iv} = SvIV($obj->{sv});");
205 runtime("$obj->{nv} = SvNV($obj->{sv});");
224 runtime("sv_setuv($obj->{sv}, $obj->{iv});");
226 runtime("sv_seti
[all...]
H A DCC.pm111 runtime(map { chomp; "/* $_ */"} @tmp);
133 my ($name, $runtime, $declare) = @$ppdata;
139 foreach $line (@$runtime) {
146 sub runtime { subroutine
157 runtime("dSP;");
167 BEGIN { B::Stackobj::set_callback(\&runtime) }
207 runtime("sv = POPs;");
252 runtime(sprintf("EXTEND(sp, %d);", scalar(@stack)));
254 runtime(sprintf("PUSHs((SV*)%s);", $obj->as_sv));
325 # Use $obj->load($foo) instead of runtime("shadowed_c_va
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp_ctl.c140 /* XXX runtime compiled output needs to move to the pad */
144 /* XXX can't change the optree at runtime either */
2643 int runtime; local
2682 /* we get here either during compilation, or via pp_regcomp at runtime */
2683 runtime = IN_PERL_RUNTIME;
2684 if (runtime)
2693 if (runtime)

Completed in 38 milliseconds