Home | History | Annotate | Download | only in jdwp

Lines Matching refs:JdwpState

39 JdwpNetStateBase::JdwpNetStateBase(JdwpState* state)
152 bool JdwpState::IsConnected() {
156 void JdwpState::SendBufferedRequest(uint32_t type, const std::vector<iovec>& iov) {
180 void JdwpState::SendRequest(ExpandBuf* pReq) {
199 uint32_t JdwpState::NextRequestSerial() {
207 uint32_t JdwpState::NextEventSerial() {
211 JdwpState::JdwpState(const JdwpOptions* options)
246 JdwpState* JdwpState::Create(const JdwpOptions* options) {
249 std::unique_ptr<JdwpState> state(new JdwpState(options));
325 void JdwpState::ResetState() {
347 JdwpState::~JdwpState() {
385 bool JdwpState::IsActive() {
390 bool JdwpState::HandlePacket() {
434 JdwpState* state = reinterpret_cast<JdwpState*>(arg);
441 void JdwpState::Run() {
569 void JdwpState::NotifyDdmsActive() {
576 Thread* JdwpState::GetDebugThread() {
606 int64_t JdwpState::LastDebuggerActivity() {
628 void JdwpState::ExitAfterReplying(int exit_status) {