Lines Matching refs:code
14 # the time being... Except that it has two code paths: code suitable
17 # Vanilla code path is at most 20% faster than compiler-generated code
43 $code.=<<___;
123 $code.=<<___;
141 $code.=<<___;
163 $code.=<<___;
177 $code.=<<___ if ($win64);
180 $code.=<<___ if (!$win64);
183 $code.=<<___;
206 $code.=<<___ if ($win64);
211 $code.=<<___;
244 $code.=<<___;
269 $code.=<<___ if ($win64);
273 $code.=<<___;
290 $code.=<<___;
387 $code =~ s/\`([^\`]*)\`/eval($1)/gem;
388 print $code;