Searched refs:IsSubjectToDebugging (Results 1 – 10 of 10) sorted by relevance
42 DCHECK(info->IsSubjectToDebugging()); in Collect()91 DCHECK(info->IsSubjectToDebugging()); in SelectMode()
504 DCHECK(shared->IsSubjectToDebugging()); in Collect()521 if (!shared->IsSubjectToDebugging()) continue; in Collect()
1326 if (!info->IsSubjectToDebugging()) continue; in GetPossibleBreakpoints()1367 if (!shared->IsSubjectToDebugging()) return; in NewCandidate()1462 if (!shared->IsSubjectToDebugging() && !CanBreakAtEntry(shared)) { in EnsureBreakInfo()1794 if (!debug_delegate_) return !shared->IsSubjectToDebugging(); in IsBlackboxed()1798 !shared->IsSubjectToDebugging() || !shared->script()->IsScript(); in IsBlackboxed()1830 DCHECK(!shared->IsSubjectToDebugging()); in CanBreakAtEntry()
60 if (!function->shared()->IsSubjectToDebugging()) { in ScopeIterator()74 if (!function_->shared()->IsSubjectToDebugging()) { in ScopeIterator()
73 if (!shared->IsSubjectToDebugging() && shared->HasUncompiledData()) { in SerializeObject()
497 inline bool IsSubjectToDebugging();
704 bool SharedFunctionInfo::IsSubjectToDebugging() { in IsSubjectToDebugging() function
162 return jsFrame->function()->shared()->IsSubjectToDebugging(); in IsValidFrame()1273 return function()->shared()->IsSubjectToDebugging(); in is_subject_to_debugging()
299 if (!vector->shared_function_info()->IsSubjectToDebugging()) return; in AddToVectorsForProfilingTools()
1760 if (!fun->shared()->IsSubjectToDebugging()) continue; in Throw()3293 if (!shared->IsSubjectToDebugging()) continue; in Throw()