Searched refs:debug_info_list_ (Results 1 – 2 of 2) sorted by relevance
95 debug_info_list_(nullptr), in Debug()735 for (DebugInfoListNode* node = debug_info_list_; node != nullptr; in ClearBreakPoint()1212 for (DebugInfoListNode* node = debug_info_list_; node != nullptr; in ClearOneShot()1291 for (DebugInfoListNode* current = debug_info_list_; current != nullptr; in InstallDebugBreakTrampoline()1624 node->set_next(debug_info_list_); in GetOrCreateDebugInfo()1625 debug_info_list_ = node; in GetOrCreateDebugInfo()1656 *curr = debug_info_list_; in FindDebugInfo()1668 DebugInfoListNode* current = debug_info_list_; in ClearAllDebugInfos()1699 debug_info_list_ = node->next(); in FreeDebugInfoListNode()2229 DebugInfoListNode* current = debug_info_list_; in UpdateDebugInfosForExecutionMode()
493 DebugInfoListNode* debug_info_list_; variable