Lines Matching refs:DebugContext
47 struct LocalDebuggerInterface::DebugContext : debug_context, struct in LocalDebuggerInterface
48 DoublyLinkedListLinkImpl<DebugContext> {
49 DebugContext() in DebugContext() function
56 ~DebugContext() in ~DebugContext()
97 while (DebugContext* context = fFreeContexts.RemoveHead()) in ~DebugContextPool()
115 DebugContext* context; in Init()
132 DebugContext* context = it.Next();) { in Close()
137 DebugContext* context = it.Next();) { in Close()
142 DebugContext* GetContext() in GetContext()
145 DebugContext* context = fFreeContexts.RemoveHead(); in GetContext()
166 void PutContext(DebugContext* context) in PutContext()
177 typedef DoublyLinkedList<DebugContext> DebugContextList;
180 status_t _CreateDebugContext(DebugContext*& _context) in _CreateDebugContext()
182 DebugContext* context = new(std::nothrow) DebugContext; in _CreateDebugContext()
226 DebugContext* Context() const in Context()
233 DebugContext* fContext;