Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug.cc45 debug_info_list_(NULL), in Debug()
661 DebugInfoListNode* node = debug_info_list_; in ClearBreakPoint()
695 for (DebugInfoListNode* node = debug_info_list_; node != NULL; in ClearAllBreakPoints()
703 while (debug_info_list_ != NULL) { in ClearAllBreakPoints()
704 RemoveDebugInfoAndClearFromShared(debug_info_list_->debug_info()); in ClearAllBreakPoints()
962 for (DebugInfoListNode* node = debug_info_list_; node != NULL; in ClearOneShot()
1344 node->set_next(debug_info_list_); in CreateDebugInfo()
1345 debug_info_list_ = node; in CreateDebugInfo()
1353 DCHECK_NOT_NULL(debug_info_list_); in RemoveDebugInfoAndClearFromShared()
1356 DebugInfoListNode* current = debug_info_list_; in RemoveDebugInfoAndClearFromShared()
[all …]
Ddebug.h590 DebugInfoListNode* debug_info_list_; // List of active debug info objects. variable
/external/v8/test/cctest/
Dtest-debug.cc360 v8::internal::DebugInfoListNode* node = debug->debug_info_list_; in GetDebuggedFunctions()
389 CHECK(!CcTest::i_isolate()->debug()->debug_info_list_); in CheckDebuggerUnloaded()