Searched refs:CanBreakAtEntry (Results 1 – 4 of 4) sorted by relevance
44 DCHECK(CanBreakAtEntry()); in SetBreakAtEntry()49 DCHECK(CanBreakAtEntry()); in ClearBreakAtEntry()55 bool DebugInfo::CanBreakAtEntry() const { in CanBreakAtEntry() function in v8::internal::DebugInfo
114 bool CanBreakAtEntry() const;
101 if (debug_info->CanBreakAtEntry()) { in FromFrame()115 DCHECK(!debug_info->CanBreakAtEntry()); in AllAtCurrentStatement()168 if (debug_info->CanBreakAtEntry()) { in HasBreakPoint()671 if (debug_info->CanBreakAtEntry()) { in FindBreakablePosition()683 if (debug_info->CanBreakAtEntry()) { in ApplyBreakPoints()702 if (debug_info->CanBreakAtEntry()) { in ClearBreakPoints()1210 if (debug_info->CanBreakAtEntry()) { in PrepareFunctionForDebugExecution()1236 if (current->debug_info()->CanBreakAtEntry()) { in InstallDebugBreakTrampoline()1259 if (!shared->GetDebugInfo()->CanBreakAtEntry()) continue; in InstallDebugBreakTrampoline()1462 if (!shared->IsSubjectToDebugging() && !CanBreakAtEntry(shared)) { in EnsureBreakInfo()[all …]
274 bool CanBreakAtEntry(Handle<SharedFunctionInfo> shared);