Lines Matching refs:JdwpState
38 JdwpNetStateBase::JdwpNetStateBase(JdwpState* state) in JdwpNetStateBase()
140 bool JdwpState::IsConnected() { in IsConnected()
144 void JdwpState::SendBufferedRequest(uint32_t type, const std::vector<iovec>& iov) { in SendBufferedRequest()
168 void JdwpState::SendRequest(ExpandBuf* pReq) { in SendRequest()
187 uint32_t JdwpState::NextRequestSerial() { in NextRequestSerial()
195 uint32_t JdwpState::NextEventSerial() { in NextEventSerial()
199 JdwpState::JdwpState(const JdwpOptions* options) in JdwpState() function in art::JDWP::JdwpState
231 JdwpState* JdwpState::Create(const JdwpOptions* options) { in Create()
234 UniquePtr<JdwpState> state(new JdwpState(options)); in Create()
322 void JdwpState::ResetState() { in ResetState()
344 JdwpState::~JdwpState() { in ~JdwpState()
376 bool JdwpState::IsActive() { in IsActive()
381 bool JdwpState::HandlePacket() { in HandlePacket()
403 JdwpState* state = reinterpret_cast<JdwpState*>(arg); in StartJdwpThread()
410 void JdwpState::Run() { in Run()
541 void JdwpState::NotifyDdmsActive() { in NotifyDdmsActive()
548 Thread* JdwpState::GetDebugThread() { in GetDebugThread()
578 int64_t JdwpState::LastDebuggerActivity() { in LastDebuggerActivity()
600 void JdwpState::ExitAfterReplying(int exit_status) { in ExitAfterReplying()