Searched refs:gJdwpState (Results 1 – 1 of 1) sorted by relevance
313 static JDWP::JdwpState* gJdwpState = nullptr; variable349 if (gJdwpState == nullptr) { in DdmPublishChunk()355 gJdwpState->DdmSendChunkV(type, vec, 1); in DdmPublishChunk()576 gJdwpState = JDWP::JdwpState::Create(&gJdwpOptions); in StartJdwp()577 if (gJdwpState == nullptr) { in StartJdwp()586 if (gJdwpState->IsActive()) { in StartJdwp()588 gJdwpState->PostVMStart(); in StartJdwp()595 if (gJdwpState != nullptr && gJdwpState->IsActive()) { in StopJdwp()596 gJdwpState->PostVMDeath(); in StopJdwp()600 delete gJdwpState; in StopJdwp()[all …]