Home
last modified time | relevance | path

Searched refs:debug_info_list_ (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/debug/
Ddebug.cc46 debug_info_list_(NULL), in Debug()
844 DebugInfoListNode* node = debug_info_list_; in ClearBreakPoint()
875 for (DebugInfoListNode* node = debug_info_list_; node != NULL; in ClearAllBreakPoints()
884 while (debug_info_list_ != NULL) { in ClearAllBreakPoints()
885 RemoveDebugInfoAndClearFromShared(debug_info_list_->debug_info()); in ClearAllBreakPoints()
1151 for (DebugInfoListNode* node = debug_info_list_; node != NULL; in ClearOneShot()
1563 node->set_next(debug_info_list_); in CreateDebugInfo()
1564 debug_info_list_ = node; in CreateDebugInfo()
1572 DCHECK_NOT_NULL(debug_info_list_); in RemoveDebugInfoAndClearFromShared()
1575 DebugInfoListNode* current = debug_info_list_; in RemoveDebugInfoAndClearFromShared()
[all …]
Ddebug.h659 DebugInfoListNode* debug_info_list_; // List of active debug info objects. variable
/external/v8/test/cctest/
Dtest-debug.cc348 v8::internal::DebugInfoListNode* node = debug->debug_info_list_; in GetDebuggedFunctions()
377 CHECK(!CcTest::i_isolate()->debug()->debug_info_list_); in CheckDebuggerUnloaded()