Home
last modified time | relevance | path

Searched refs:IsSubjectToDebugging (Results 1 – 15 of 15) sorted by relevance

/third_party/node/deps/v8/src/debug/
Ddebug-type-profile.cc43 DCHECK(info.IsSubjectToDebugging()); in Collect()
98 DCHECK(info.IsSubjectToDebugging()); in SelectMode()
Ddebug-coverage.cc519 DCHECK(shared.IsSubjectToDebugging()); in CollectAndMaybeResetCounts()
538 if (!shared.IsSubjectToDebugging()) continue; in CollectAndMaybeResetCounts()
Ddebug.cc1705 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()
Ddebug-scopes.cc62 if (!function->shared().IsSubjectToDebugging()) { in ScopeIterator()
77 CHECK(function_->shared().IsSubjectToDebugging()); in ScopeIterator()
/third_party/node/deps/v8/src/objects/
Dcall-site-info.h39 bool IsSubjectToDebugging() const;
Dscript.h199 bool IsSubjectToDebugging() const;
Dshared-function-info.h543 inline bool IsSubjectToDebugging() const;
Ddebug-objects.cc434 !script->IsSubjectToDebugging()) { in EnsureStackFrameInfos()
Dshared-function-info-inl.h925 bool SharedFunctionInfo::IsSubjectToDebugging() const { in IsSubjectToDebugging() function
Dcall-site-info.cc540 if (!shared->IsSubjectToDebugging()) return false; in ComputeLocation()
Dfeedback-vector.cc377 if (!vector->shared_function_info().IsSubjectToDebugging()) return; in AddToVectorsForProfilingTools()
Dobjects.cc4861 bool Script::IsSubjectToDebugging() const { in IsSubjectToDebugging() function in v8::internal::Script
/third_party/node/deps/v8/src/snapshot/
Dstartup-serializer.cc186 if (!shared->IsSubjectToDebugging() && shared->HasUncompiledData()) { in SerializeObjectImpl()
/third_party/node/deps/v8/src/execution/
Dframes.cc277 return f.shared().IsSubjectToDebugging(); in IsValidJSFunction()
1595 return function()->shared().IsSubjectToDebugging(); in is_subject_to_debugging()
Disolate.cc4423 if (!shared.IsSubjectToDebugging()) continue; in ThrowInternal()