Searched refs:GetBreakPointCount (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/
H A Ddebug.cc1164 ASSERT(debug_info->GetBreakPointCount() > 0);
1192 if (debug_info->GetBreakPointCount() == 0) {
1615 if (debug_info->GetBreakPointCount() == 0) {
1619 isolate->factory()->NewFixedArray(debug_info->GetBreakPointCount());
1625 if (break_point_info->GetBreakPointCount() > 0) {
H A Dobjects.h8391 int GetBreakPointCount();
8449 int GetBreakPointCount();
H A Dobjects.cc12612 return BreakPointInfo::cast(break_point_info)->GetBreakPointCount() > 0;
12704 int DebugInfo::GetBreakPointCount() { function in class:v8::internal::DebugInfo
12711 count += break_point_info->GetBreakPointCount();
12845 int BreakPointInfo::GetBreakPointCount() { function in class:v8::internal::BreakPointInfo

Completed in 112 milliseconds