Searched refs:HasBreakPoint (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/debug/
H A Ddebug.h92 inline bool HasBreakPoint() const { function in class:v8::internal::BreakLocation
93 return debug_info_->HasBreakPoint(code_offset_);
H A Ddebug.cc340 if (!HasBreakPoint()) SetDebugBreak();
352 if (!HasBreakPoint()) {
364 if (HasBreakPoint()) {
379 if (HasBreakPoint()) {
663 break_points_active_ && location->HasBreakPoint();
/external/v8/src/
H A Dobjects.h10692 bool HasBreakPoint(int code_offset);
H A Dobjects.cc18232 bool DebugInfo::HasBreakPoint(int code_offset) { function in class:v8::internal::DebugInfo

Completed in 1246 milliseconds