Searched refs:HasDebugCode (Results 1 – 5 of 5) sorted by relevance
1063 DCHECK(shared->HasDebugCode()); in RedirectActiveFunctions()1158 if (!shared->HasDebugCode()) { in PrepareFunctionForBreakPoints()1259 if (shared->HasDebugCode()) { in FindSharedFunctionInfoInScript()1324 DCHECK(shared->HasDebugCode()); in EnsureDebugInfo()1339 DCHECK(shared->HasDebugCode()); in CreateDebugInfo()
655 if (shared_info->HasDebugCode()) { in IsFlushable()
1603 if (!outer_info->is_debug() || existing->HasDebugCode()) { in GetSharedFunctionInfo()1695 DCHECK(!existing->HasDebugCode()); in GetSharedFunctionInfo()
5919 DCHECK(!has_debug_info || HasDebugCode()); in HasDebugInfo()5930 bool SharedFunctionInfo::HasDebugCode() { in HasDebugCode() function
6633 inline bool HasDebugCode();