Home | History | Annotate | Download | only in src

Lines Matching defs:code

6 //     * Redistributions of source code must retain the above copyright
107 return static_cast<int>(pc() - debug_info_->code()->entry());
113 inline Code* code() { return debug_info_->code(); }
215 // setting break points in the code.
257 // Check whether a code stub with the specified major key is a possible break
259 static bool IsSourceBreakStub(Code* code);
260 static bool IsBreakStub(Code* code);
263 static Handle<Code> FindDebugBreak(Handle<Code> code, RelocInfo::Mode mode);
353 // Access to the debug break on return code.
354 Code* debug_break_return() { return debug_break_return_; }
355 Code** debug_break_return_address() {
359 // Access to the debug break in debug break slot code.
360 Code* debug_break_slot() { return debug_break_slot_; }
361 Code** debug_break_slot_address() {
393 // Code generator routines.
405 // FrameDropper is a code replacement for a JavaScript frame with possibly
433 // a. successful work of frame dropper code which eventually gets control,
441 Handle<Code> code);
465 // Global handle to debug context where all the debugger JavaScript code is
537 // Code to call for handling debug break on return.
538 Code* debug_break_return_;
540 // Code to call for handling debug break in debug break slots.
541 Code* debug_break_slot_;
909 // case the exception should end up in the calling code.
912 // cache JavaScript code.
991 // code.