Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_main.cc470 while (!Dbg::IsDisposed()) { in Run()
/art/runtime/
Ddebugger.h241 static bool IsDisposed();
Ddebugger.cc732 bool Dbg::IsDisposed() { in IsDisposed() function in art::Dbg