Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug-type-profile.cc42 DCHECK(info->IsSubjectToDebugging()); in Collect()
91 DCHECK(info->IsSubjectToDebugging()); in SelectMode()
Ddebug-coverage.cc504 DCHECK(shared->IsSubjectToDebugging()); in Collect()
521 if (!shared->IsSubjectToDebugging()) continue; in Collect()
Ddebug.cc1326 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()
Ddebug-scopes.cc60 if (!function->shared()->IsSubjectToDebugging()) { in ScopeIterator()
74 if (!function_->shared()->IsSubjectToDebugging()) { in ScopeIterator()
/external/v8/src/snapshot/
Dstartup-serializer.cc73 if (!shared->IsSubjectToDebugging() && shared->HasUncompiledData()) { in SerializeObject()
/external/v8/src/objects/
Dshared-function-info.h497 inline bool IsSubjectToDebugging();
Dshared-function-info-inl.h704 bool SharedFunctionInfo::IsSubjectToDebugging() { in IsSubjectToDebugging() function
/external/v8/src/
Dframes.cc162 return jsFrame->function()->shared()->IsSubjectToDebugging(); in IsValidFrame()
1273 return function()->shared()->IsSubjectToDebugging(); in is_subject_to_debugging()
Dfeedback-vector.cc299 if (!vector->shared_function_info()->IsSubjectToDebugging()) return; in AddToVectorsForProfilingTools()
Disolate.cc1760 if (!fun->shared()->IsSubjectToDebugging()) continue; in Throw()
3293 if (!shared->IsSubjectToDebugging()) continue; in Throw()