Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug-coverage.cc72 DCHECK(shared->IsSubjectToDebugging()); in Collect()
85 if (!shared->IsSubjectToDebugging()) continue; in Collect()
153 if (!shared->IsSubjectToDebugging()) continue; in TogglePrecise()
Ddebug.cc804 if (!shared->IsSubjectToDebugging() || IsBlackboxed(shared)) return; in FloodWithOneShot()
949 if (!info->IsSubjectToDebugging() || IsBlackboxed(info)) continue; in PrepareStepOnThrow()
1044 if (!info->IsSubjectToDebugging() || IsBlackboxed(info)) continue; in PrepareStep()
1357 if (!info->IsSubjectToDebugging()) continue; in GetPossibleBreakpoints()
1411 if (!shared->IsSubjectToDebugging()) return; in NewCandidate()
1505 if (!shared->IsSubjectToDebugging()) return false; in EnsureDebugInfo()
2114 if (!shared->IsSubjectToDebugging() || IsBlackboxed(shared)) { in HandleDebugBreak()
Ddebug-scopes.cc141 if (!function->shared()->IsSubjectToDebugging()) context_ = Handle<Context>(); in ScopeIterator()
151 if (!generator->function()->shared()->IsSubjectToDebugging()) { in ScopeIterator()
/external/v8/src/
Dframes.cc171 return jsFrame->function()->shared()->IsSubjectToDebugging(); in IsValidFrame()
1173 return function()->shared()->IsSubjectToDebugging(); in is_subject_to_debugging()
Dfeedback-vector.cc256 if (!vector->shared_function_info()->IsSubjectToDebugging()) return; in AddToCodeCoverageList()
Disolate.cc1599 if (!fun->shared()->IsSubjectToDebugging()) continue; in Throw()
Dobjects-inl.h6340 bool SharedFunctionInfo::IsSubjectToDebugging() { in IsSubjectToDebugging() function
Dobjects.h7322 inline bool IsSubjectToDebugging();
/external/v8/src/runtime/
Druntime-debug.cc575 CHECK(function->shared()->IsSubjectToDebugging()); in RUNTIME_FUNCTION()