Home
last modified time | relevance | path

Searched refs:CanBreakAtEntry (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/objects/
Ddebug-objects.cc44 DCHECK(CanBreakAtEntry()); in SetBreakAtEntry()
49 DCHECK(CanBreakAtEntry()); in ClearBreakAtEntry()
55 bool DebugInfo::CanBreakAtEntry() const { in CanBreakAtEntry() function in v8::internal::DebugInfo
Ddebug-objects.h114 bool CanBreakAtEntry() const;
/external/v8/src/debug/
Ddebug.cc101 if (debug_info->CanBreakAtEntry()) { in FromFrame()
115 DCHECK(!debug_info->CanBreakAtEntry()); in AllAtCurrentStatement()
168 if (debug_info->CanBreakAtEntry()) { in HasBreakPoint()
671 if (debug_info->CanBreakAtEntry()) { in FindBreakablePosition()
683 if (debug_info->CanBreakAtEntry()) { in ApplyBreakPoints()
702 if (debug_info->CanBreakAtEntry()) { in ClearBreakPoints()
1210 if (debug_info->CanBreakAtEntry()) { in PrepareFunctionForDebugExecution()
1236 if (current->debug_info()->CanBreakAtEntry()) { in InstallDebugBreakTrampoline()
1259 if (!shared->GetDebugInfo()->CanBreakAtEntry()) continue; in InstallDebugBreakTrampoline()
1462 if (!shared->IsSubjectToDebugging() && !CanBreakAtEntry(shared)) { in EnsureBreakInfo()
[all …]
Ddebug.h274 bool CanBreakAtEntry(Handle<SharedFunctionInfo> shared);