Lines Matching defs:debug
35 #include "debug.h"
1463 Debug::FrameDropMode* mode,
1465 if (!Debug::kFrameDropperSupported) {
1481 *mode = Debug::FRAME_DROPPED_IN_IC_CALL;
1483 isolate->debug()->debug_break_slot()) {
1484 // OK, we can drop debug break slot.
1485 *mode = Debug::FRAME_DROPPED_IN_DEBUG_SLOT_CALL;
1490 *mode = Debug::FRAME_DROPPED_IN_DIRECT_CALL;
1493 *mode = Debug::FRAME_DROPPED_IN_RETURN_CALL;
1497 *mode = Debug::FRAME_DROPPED_IN_DIRECT_CALL;
1504 - Debug
1522 Debug::SetUpFrameDropperFrame(bottom_js_frame, code);
1545 Debug* debug = isolate->debug();
1555 if (frame->id() == debug->break_frame_id()) {
1614 Debug::FrameDropMode drop_mode = Debug::FRAMES_UNTOUCHED;
1632 debug->FramesHaveBeenDropped(new_id, drop_mode,