Home
last modified time | relevance | path

Searched refs:CheckBreakPoint (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/debug/
Ddebug.h626 bool CheckBreakPoint(Handle<Object> break_point_object);
Ddebug.cc678 if (CheckBreakPoint(break_point_object)) { in CheckBreakPoints()
684 if (CheckBreakPoint(break_point_objects)) { in CheckBreakPoints()
740 bool Debug::CheckBreakPoint(Handle<Object> break_point_object) { in CheckBreakPoint() function in v8::internal::Debug