Home | History | Annotate | Download | only in src

Lines Matching refs:BreakPointInfo

122 //         - BreakPointInfo
453 V(BREAK_POINT_INFO, BreakPointInfo, break_point_info)
8424 // The BreakPointInfo class holds information for break points set in a
8425 // function. The DebugInfo object holds a BreakPointInfo object for each code
8427 class BreakPointInfo: public Struct {
8440 static void ClearBreakPoint(Handle<BreakPointInfo> info,
8443 static void SetBreakPoint(Handle<BreakPointInfo> info,
8446 static bool HasBreakPointObject(Handle<BreakPointInfo> info,
8451 static inline BreakPointInfo* cast(Object* obj);
8472 DISALLOW_IMPLICIT_CONSTRUCTORS(BreakPointInfo);