Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.h733 static JDWP::JdwpState* GetJdwpState();
Ddebugger.cc4391 JDWP::JdwpState* Dbg::GetJdwpState() { in GetJdwpState() function in art::Dbg
/art/runtime/hprof/
Dhprof.cc699 JDWP::JdwpState* state = Dbg::GetJdwpState(); in DumpToDdmsDirect()