Searched refs:IsSubjectToDebugging (Results 1 – 15 of 15) sorted by relevance
43 DCHECK(info.IsSubjectToDebugging()); in Collect()98 DCHECK(info.IsSubjectToDebugging()); in SelectMode()
519 DCHECK(shared.IsSubjectToDebugging()); in CollectAndMaybeResetCounts()538 if (!shared.IsSubjectToDebugging()) continue; in CollectAndMaybeResetCounts()
1705 if (!shared.IsSubjectToDebugging()) return; in NewCandidate()1826 if (!info.IsSubjectToDebugging()) continue; in FindSharedFunctionInfosIntersectingRange()1933 if (!shared->IsSubjectToDebugging() && !CanBreakAtEntry(shared)) { in EnsureBreakInfo()2304 if (!debug_delegate_) return !shared->IsSubjectToDebugging(); in IsBlackboxed()2308 !shared->IsSubjectToDebugging() || !shared->script().IsScript(); in IsBlackboxed()2370 DCHECK(!shared->IsSubjectToDebugging()); in CanBreakAtEntry()
62 if (!function->shared().IsSubjectToDebugging()) { in ScopeIterator()77 CHECK(function_->shared().IsSubjectToDebugging()); in ScopeIterator()
39 bool IsSubjectToDebugging() const;
199 bool IsSubjectToDebugging() const;
543 inline bool IsSubjectToDebugging() const;
434 !script->IsSubjectToDebugging()) { in EnsureStackFrameInfos()
925 bool SharedFunctionInfo::IsSubjectToDebugging() const { in IsSubjectToDebugging() function
540 if (!shared->IsSubjectToDebugging()) return false; in ComputeLocation()
377 if (!vector->shared_function_info().IsSubjectToDebugging()) return; in AddToVectorsForProfilingTools()
4861 bool Script::IsSubjectToDebugging() const { in IsSubjectToDebugging() function in v8::internal::Script
186 if (!shared->IsSubjectToDebugging() && shared->HasUncompiledData()) { in SerializeObjectImpl()
277 return f.shared().IsSubjectToDebugging(); in IsValidJSFunction()1595 return function()->shared().IsSubjectToDebugging(); in is_subject_to_debugging()
4423 if (!shared.IsSubjectToDebugging()) continue; in ThrowInternal()