Lines Matching refs:DebugInfoListNode
389 DebugInfoListNode::DebugInfoListNode(Isolate* isolate, DebugInfo* debug_info) in DebugInfoListNode() function in v8::internal::DebugInfoListNode
397 DebugInfoListNode::~DebugInfoListNode() { in ~DebugInfoListNode()
722 for (DebugInfoListNode* node = debug_info_list_; node != nullptr; in ClearBreakPoint()
1130 for (DebugInfoListNode* node = debug_info_list_; node != nullptr; in ClearOneShot()
1234 for (DebugInfoListNode* current = debug_info_list_; current != nullptr; in InstallDebugBreakTrampoline()
1502 DebugInfoListNode* node = new DebugInfoListNode(isolate_, *debug_info); in GetOrCreateDebugInfo()
1532 DebugInfoListNode** prev, DebugInfoListNode** curr) { in FindDebugInfo()
1546 DebugInfoListNode* prev = nullptr; in ClearAllDebugInfos()
1547 DebugInfoListNode* current = debug_info_list_; in ClearAllDebugInfos()
1549 DebugInfoListNode* next = current->next(); in ClearAllDebugInfos()
1565 DebugInfoListNode* prev; in RemoveBreakInfoAndMaybeFree()
1566 DebugInfoListNode* node; in RemoveBreakInfoAndMaybeFree()
1572 void Debug::FreeDebugInfoListNode(DebugInfoListNode* prev, in FreeDebugInfoListNode()
1573 DebugInfoListNode* node) { in FreeDebugInfoListNode()
2051 DebugInfoListNode* current = debug_info_list_; in UpdateDebugInfosForExecutionMode()