Lines Matching refs:compiled
252 After each C<require>d file is compiled, but before it is executed, a
448 Saves breakpoints for code that hasn't been compiled yet.
453 =item * 'compile' - break when this sub is compiled
462 not yet been compiled. Keys are filenames; values are references to hashes.
473 before the debugger code is compiled; most notably, the C<$deep> variable that
475 debugger has to turn off warnings while the debugger code is compiled, but then
1701 # _After_ the perl program is compiled, $single is set to 1:
4788 out. We look through C<%postponed> not-yet-compiled subroutines that have
4852 # Look for breaks in not-yet-compiled subs:
5141 Handles setting postponed breakpoints in subroutines once they're compiled.
5203 Called after each required file is compiled, but before it is executed;
5204 also called if the name of a just-compiled subroutine is a key of
5206 etc.) into the just-compiled code.
5257 # This file's been compiled; discard the stored breakpoints.
6796 it is compiled.
6798 Stop after the subroutine is compiled.
6981 it is compiled.
6983 Stop after the subroutine is compiled.
7276 # Load Carp if we can. If $^S is false (current thing being compiled isn't