Lines Matching refs:CanBreakAtEntry
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()
1491 if (CanBreakAtEntry(shared)) flags |= DebugInfo::kCanBreakAtEntry; in CreateBreakInfo()
1826 bool Debug::CanBreakAtEntry(Handle<SharedFunctionInfo> shared) { in CanBreakAtEntry() function in v8::internal::Debug