Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc306 static JDWP::JdwpState* gJdwpState = nullptr; variable
342 if (gJdwpState == nullptr) { in DdmPublishChunk()
348 gJdwpState->DdmSendChunkV(type, vec, 1); in DdmPublishChunk()
570 gJdwpState = JDWP::JdwpState::Create(&gJdwpOptions); in StartJdwp()
571 if (gJdwpState == nullptr) { in StartJdwp()
580 if (gJdwpState->IsActive()) { in StartJdwp()
582 gJdwpState->PostVMStart(); in StartJdwp()
589 if (gJdwpState != nullptr && gJdwpState->IsActive()) { in StopJdwp()
590 gJdwpState->PostVMDeath(); in StopJdwp()
594 delete gJdwpState; in StopJdwp()
[all …]