Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Ddebug-objects.cc62 DCHECK(CanBreakAtEntry()); in SetBreakAtEntry()
67 DCHECK(CanBreakAtEntry()); in ClearBreakAtEntry()
75 bool DebugInfo::CanBreakAtEntry() const { in CanBreakAtEntry() function in v8::internal::DebugInfo
Ddebug-objects.h94 bool CanBreakAtEntry() const;
/third_party/node/deps/v8/src/debug/
Ddebug.cc116 if (debug_info->CanBreakAtEntry()) { in FromFrame()
159 DCHECK(!debug_info->CanBreakAtEntry()); in AllAtCurrentStatement()
211 if (debug_info->CanBreakAtEntry()) { in HasBreakPoint()
788 if (debug_info->CanBreakAtEntry()) { in FindBreakablePosition()
801 if (debug_info->CanBreakAtEntry()) { in ApplyBreakPoints()
821 if (debug_info->CanBreakAtEntry()) { in ClearBreakPoints()
1538 if (debug_info->CanBreakAtEntry()) { in PrepareFunctionForDebugExecution()
1551 if (debug_info->CanBreakAtEntry()) { in PrepareFunctionForDebugExecution()
1578 if (current->debug_info()->CanBreakAtEntry()) { in InstallDebugBreakTrampoline()
1602 if (!shared.GetDebugInfo().CanBreakAtEntry()) continue; in InstallDebugBreakTrampoline()
[all …]
Ddebug.h294 bool CanBreakAtEntry(Handle<SharedFunctionInfo> shared);