Lines Matching defs:debug
36 #include "debug.h"
1701 Debug::FrameDropMode* mode,
1703 if (!Debug::kFrameDropperSupported) {
1720 *mode = Debug::FRAME_DROPPED_IN_IC_CALL;
1721 frame_has_padding = Debug::FramePaddingLayout::kIsSupported;
1723 isolate->debug()->debug_break_slot()) {
1724 // OK, we can drop debug break slot.
1725 *mode = Debug::FRAME_DROPPED_IN_DEBUG_SLOT_CALL;
1726 frame_has_padding = Debug::FramePaddingLayout::kIsSupported;
1733 *mode = Debug::CURRENTLY_SET_MODE;
1737 *mode = Debug::FRAME_DROPPED_IN_RETURN_CALL;
1738 frame_has_padding = Debug::FramePaddingLayout::kIsSupported;
1743 *mode = Debug::FRAME_DROPPED_IN_DIRECT_CALL;
1745 // Here the stub is CEntry, it's not debug-only and can't be padded.
1755 *mode = Debug::CURRENTLY_SET_MODE;
1763 - Debug::kFrameDropperFrameSize * kPointerSize // Size of the new frame.
1777 Debug::FramePaddingLayout::kFrameBaseSize * kPointerSize;
1781 Smi::FromInt(Debug::FramePaddingLayout::kPaddingValue);
1798 Debug::FramePaddingLayout::kFrameBaseSize * kPointerSize);
1822 Debug::SetUpFrameDropperFrame(bottom_js_frame, code);
1866 Debug* debug = isolate->debug();
1875 if (frame->id() == debug->break_frame_id()) {
1934 Debug::FrameDropMode drop_mode = Debug::FRAMES_UNTOUCHED;
1952 debug->FramesHaveBeenDropped(new_id, drop_mode,