Lines Matching refs:Code
6 // * Redistributions of source code must retain the above copyright
119 return static_cast<int>(pc() - debug_info_->code()->entry());
125 inline Code* code() { return debug_info_->code(); }
231 // setting break points in the code.
288 // Check whether a code stub with the specified major key is a possible break
290 static bool IsSourceBreakStub(Code* code);
291 static bool IsBreakStub(Code* code);
294 static Handle<Code> FindDebugBreak(Handle<Code> code, RelocInfo::Mode mode);
385 // Access to the debug break on return code.
386 Code* debug_break_return() { return debug_break_return_; }
387 Code** debug_break_return_address() {
391 // Access to the debug break in debug break slot code.
392 Code* debug_break_slot() { return debug_break_slot_; }
393 Code** debug_break_slot_address() {
427 // Code generator routines.
442 // FrameDropper is a code replacement for a JavaScript frame with possibly
472 // a. successful work of frame dropper code which eventually gets control,
480 Handle<Code> code);
503 * - any number of words as needed by code -- upper part of frame
547 // Global handle to debug context where all the debugger JavaScript code is
622 // Code to call for handling debug break on return.
623 Code* debug_break_return_;
625 // Code to call for handling debug break in debug break slots.
626 Code* debug_break_slot_;
1004 // code.