Home
last modified time | relevance | path

Searched refs:HasDebugCode (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/debug/
Ddebug.cc136 DCHECK(debug_info->HasDebugCode()); in GetIterator()
718 if (debug_info->HasDebugCode()) { in FindBreakablePosition()
741 if (debug_info->HasDebugCode()) { in ApplyBreakPoints()
756 if (debug_info->HasDebugCode()) { in ClearBreakPoints()
809 if (debug_info->HasDebugCode()) { in FloodWithOneShot()
1085 if (debug_info->HasDebugCode()) { in GetSourceBreakLocations()
1192 DCHECK(shared->HasDebugCode()); in RedirectActiveFunctions()
1332 if (debug_info->HasDebugCode()) { in FindBreakablePositions()
1358 if (!info->HasDebugCode() && !info->allows_lazy_compilation()) continue; in GetPossibleBreakpoints()
1366 if (!candidates[i]->HasDebugCode()) { in GetPossibleBreakpoints()
[all …]
/external/v8/src/heap/
Dobjects-visiting-inl.h591 if (shared_info->HasDebugCode()) { in IsFlushable()
/external/v8/src/
Dcompiler.cc1345 DCHECK(shared->HasDebugCode()); in CompileDebugCode()
Dobjects-inl.h5813 bool DebugInfo::HasDebugCode() { in HasDebugCode() function
5831 DCHECK(HasDebugCode()); in DebugCode()
6142 DCHECK(!has_debug_info || HasDebugCode()); in HasDebugInfo()
6151 bool SharedFunctionInfo::HasDebugCode() const { in HasDebugCode() function
Dobjects.h7134 inline bool HasDebugCode() const;
11389 inline bool HasDebugCode();