Home
last modified time | relevance | path

Searched refs:HasBreakInfo (Results 1 – 25 of 48) sorted by relevance

12

/dports/www/node10/node-v10.24.1/deps/v8/src/objects/
H A Ddebug-objects.cc13 bool DebugInfo::HasBreakInfo() const { return (flags() & kHasBreakInfo) != 0; } in HasBreakInfo() function in v8::internal::DebugInfo
57 DCHECK(HasBreakInfo()); in HasBreakPoint()
69 DCHECK(HasBreakInfo()); in GetBreakPointInfo()
85 DCHECK(debug_info->HasBreakInfo()); in ClearBreakPoint()
102 DCHECK(debug_info->HasBreakInfo()); in SetBreakPoint()
147 DCHECK(HasBreakInfo()); in GetBreakPoints()
159 DCHECK(HasBreakInfo()); in GetBreakPointCount()
174 DCHECK(debug_info->HasBreakInfo()); in FindBreakPointInfo()
H A Ddebug-objects.h67 bool HasBreakInfo() const;
H A Dshared-function-info.h230 bool HasBreakInfo() const;
/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Ddebug-objects.cc20 bool DebugInfo::HasBreakInfo() const { in HasBreakInfo() function in v8::internal::DebugInfo
80 DCHECK(HasBreakInfo()); in HasBreakPoint()
92 DCHECK(HasBreakInfo()); in GetBreakPointInfo()
107 DCHECK(debug_info->HasBreakInfo()); in ClearBreakPoint()
123 DCHECK(debug_info->HasBreakInfo()); in SetBreakPoint()
168 DCHECK(HasBreakInfo()); in GetBreakPoints()
179 DCHECK(HasBreakInfo()); in GetBreakPointCount()
194 DCHECK(debug_info->HasBreakInfo()); in FindBreakPointInfo()
H A Ddebug-objects.h62 bool HasBreakInfo() const;
H A Dshared-function-info.cc228 bool SharedFunctionInfo::HasBreakInfo() const { in HasBreakInfo() function in v8::internal::SharedFunctionInfo
231 bool has_break_info = info.HasBreakInfo(); in HasBreakInfo()
H A Dshared-function-info.h361 V8_EXPORT_PRIVATE bool HasBreakInfo() const;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Ddebug-objects.cc19 bool DebugInfo::HasBreakInfo() const { return (flags() & kHasBreakInfo) != 0; } in HasBreakInfo() function in v8::internal::DebugInfo
77 DCHECK(HasBreakInfo()); in HasBreakPoint()
89 DCHECK(HasBreakInfo()); in GetBreakPointInfo()
104 DCHECK(debug_info->HasBreakInfo()); in ClearBreakPoint()
120 DCHECK(debug_info->HasBreakInfo()); in SetBreakPoint()
165 DCHECK(HasBreakInfo()); in GetBreakPoints()
176 DCHECK(HasBreakInfo()); in GetBreakPointCount()
191 DCHECK(debug_info->HasBreakInfo()); in FindBreakPointInfo()
H A Ddebug-objects.h58 bool HasBreakInfo() const;
H A Dshared-function-info.h361 V8_EXPORT_PRIVATE bool HasBreakInfo() const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Ddebug-objects.cc19 bool DebugInfo::HasBreakInfo() const { return (flags() & kHasBreakInfo) != 0; } in HasBreakInfo() function in v8::internal::DebugInfo
77 DCHECK(HasBreakInfo()); in HasBreakPoint()
89 DCHECK(HasBreakInfo()); in GetBreakPointInfo()
104 DCHECK(debug_info->HasBreakInfo()); in ClearBreakPoint()
120 DCHECK(debug_info->HasBreakInfo()); in SetBreakPoint()
165 DCHECK(HasBreakInfo()); in GetBreakPoints()
176 DCHECK(HasBreakInfo()); in GetBreakPointCount()
191 DCHECK(debug_info->HasBreakInfo()); in FindBreakPointInfo()
H A Dshared-function-info.cc210 bool SharedFunctionInfo::HasBreakInfo() const { in HasBreakInfo() function in v8::internal::SharedFunctionInfo
213 bool has_break_info = info.HasBreakInfo(); in HasBreakInfo()
385 if (HasBreakInfo()) return kMayContainBreakPoints; in GetInlineability()
H A Ddebug-objects.h59 bool HasBreakInfo() const;
H A Dshared-function-info.h364 V8_EXPORT_PRIVATE bool HasBreakInfo() const;
/dports/lang/v8/v8-9.6.180.12/src/baseline/
H A Dbaseline.cc44 if (shared.HasBreakInfo()) return false; in CanCompileWithBaseline()
/dports/lang/v8/v8-9.6.180.12/src/debug/
H A Ddebug.cc579 if (!function->shared().HasBreakInfo()) return false; in IsMutedAtCurrentLocation()
732 !debug_info->HasBreakInfo()) { in ClearBreakPoints()
749 if (!node->debug_info()->HasBreakInfo()) continue; in ClearBreakPoint()
1219 if (!shared->HasBreakInfo()) { in GetSourceBreakLocations()
1564 CHECK(candidate->HasBreakInfo()); in GetPossibleBreakpoints()
1647 CHECK(outer_shared->HasBreakInfo()); in FindClosestSharedFunctionInfoFromPosition()
1667 CHECK(candidate->HasBreakInfo()); in FindClosestSharedFunctionInfoFromPosition()
1806 if (shared->HasBreakInfo()) return true; in EnsureBreakInfo()
1827 DCHECK(!debug_info->HasBreakInfo()); in CreateBreakInfo()
1954 if (!shared->HasBreakInfo()) return false; in IsBreakAtReturn()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/debug/
H A Ddebug.cc544 if (!function->shared().HasBreakInfo()) return false; in IsMutedAtCurrentLocation()
705 !debug_info->HasBreakInfo()) { in ClearBreakPoints()
721 if (!node->debug_info()->HasBreakInfo()) continue; in ClearBreakPoint()
1126 if (!shared->HasBreakInfo()) { in GetSourceBreakLocations()
1427 CHECK(candidate->HasBreakInfo()); in GetPossibleBreakpoints()
1543 if (shared->HasBreakInfo()) return true; in EnsureBreakInfo()
1563 DCHECK(!debug_info->HasBreakInfo()); in CreateBreakInfo()
1680 if (!shared->HasBreakInfo()) return false; in IsBreakAtReturn()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/debug/
H A Ddebug.cc559 if (!function->shared().HasBreakInfo()) return false; in IsMutedAtCurrentLocation()
721 !debug_info->HasBreakInfo()) { in ClearBreakPoints()
737 if (!node->debug_info()->HasBreakInfo()) continue; in ClearBreakPoint()
1164 if (!shared->HasBreakInfo()) { in GetSourceBreakLocations()
1466 CHECK(candidate->HasBreakInfo()); in GetPossibleBreakpoints()
1582 if (shared->HasBreakInfo()) return true; in EnsureBreakInfo()
1602 DCHECK(!debug_info->HasBreakInfo()); in CreateBreakInfo()
1720 if (!shared->HasBreakInfo()) return false; in IsBreakAtReturn()
/dports/www/node10/node-v10.24.1/deps/v8/src/debug/
H A Ddebug.cc596 if (!function->shared()->HasBreakInfo()) return false; in IsMutedAtCurrentLocation()
796 if (!debug_info->HasDebugBytecodeArray() || !debug_info->HasBreakInfo()) { in ClearBreakPoints()
812 if (!node->debug_info()->HasBreakInfo()) continue; in ClearBreakPoint()
1143 if (!shared->HasBreakInfo()) { in GetSourceBreakLocations()
1404 CHECK(candidate->HasBreakInfo()); in GetPossibleBreakpoints()
1516 if (shared->HasBreakInfo()) return true; in EnsureBreakInfo()
1538 DCHECK(!debug_info->HasBreakInfo()); in CreateBreakInfo()
1647 if (!shared->HasBreakInfo()) return false; in IsBreakAtReturn()
H A Dliveedit.cc836 if (shared_info->HasBreakInfo()) { in ReplaceFunctionCode()
999 if (info->HasBreakInfo()) { in PatchFunctionPositions()
/dports/lang/v8/v8-9.6.180.12/test/cctest/
H A Dtest-debug.cc81 return shared->HasBreakInfo(); in HasBreakInfo()
306 CHECK(!HasBreakInfo(foo)); in TEST()
307 CHECK(!HasBreakInfo(bar)); in TEST()
312 CHECK(HasBreakInfo(foo)); in TEST()
313 CHECK(!HasBreakInfo(bar)); in TEST()
317 CHECK(HasBreakInfo(foo)); in TEST()
318 CHECK(HasBreakInfo(bar)); in TEST()
322 CHECK(!HasBreakInfo(foo)); in TEST()
323 CHECK(HasBreakInfo(bar)); in TEST()
328 CHECK(!HasBreakInfo(foo)); in TEST()
[all …]
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/
H A Djs-inlining.cc414 if (shared_info->HasBreakInfo()) { in ReduceJSCall()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/
H A Dheap-refs.h786 V(bool, HasBreakInfo) \
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/
H A Dheap-refs.h793 V(bool, HasBreakInfo) \
/dports/lang/v8/v8-9.6.180.12/src/compiler/
H A Dheap-refs.h896 V(bool, HasBreakInfo) \

12