Home
last modified time | relevance | path

Searched refs:ClearAllDebugInfos (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/debug/
Ddebug.h450 void ClearAllDebugInfos(DebugInfoClearFunction clear_function);
Ddebug.cc769 ClearAllDebugInfos([=](Handle<DebugInfo> info) { in ClearAllBreakPoints()
1522 ClearAllDebugInfos( in RemoveAllCoverageInfos()
1527 ClearAllDebugInfos( in ClearAllDebuggerHints()
1545 void Debug::ClearAllDebugInfos(DebugInfoClearFunction clear_function) { in ClearAllDebugInfos() function in v8::internal::Debug