Searched refs:CanBreakAtEntry (Results 1 – 4 of 4) sorted by relevance
62 DCHECK(CanBreakAtEntry()); in SetBreakAtEntry()67 DCHECK(CanBreakAtEntry()); in ClearBreakAtEntry()75 bool DebugInfo::CanBreakAtEntry() const { in CanBreakAtEntry() function in v8::internal::DebugInfo
94 bool CanBreakAtEntry() const;
116 if (debug_info->CanBreakAtEntry()) { in FromFrame()159 DCHECK(!debug_info->CanBreakAtEntry()); in AllAtCurrentStatement()211 if (debug_info->CanBreakAtEntry()) { in HasBreakPoint()788 if (debug_info->CanBreakAtEntry()) { in FindBreakablePosition()801 if (debug_info->CanBreakAtEntry()) { in ApplyBreakPoints()821 if (debug_info->CanBreakAtEntry()) { in ClearBreakPoints()1538 if (debug_info->CanBreakAtEntry()) { in PrepareFunctionForDebugExecution()1551 if (debug_info->CanBreakAtEntry()) { in PrepareFunctionForDebugExecution()1578 if (current->debug_info()->CanBreakAtEntry()) { in InstallDebugBreakTrampoline()1602 if (!shared.GetDebugInfo().CanBreakAtEntry()) continue; in InstallDebugBreakTrampoline()[all …]
294 bool CanBreakAtEntry(Handle<SharedFunctionInfo> shared);