Home | History | Annotate | Download | only in jdwp

Lines Matching refs:JdwpState

174 JdwpError JdwpState::RegisterEvent(JdwpEvent* pEvent) {
247 void JdwpState::UnregisterEvent(JdwpEvent* pEvent) {
313 void JdwpState::UnregisterEventById(uint32_t requestId) {
334 // event notification (see JdwpState::CleanupMatchList).
342 void JdwpState::UnregisterAll() {
415 void JdwpState::CleanupMatchList(JdwpEvent** match_list, size_t match_count) {
548 void JdwpState::FindMatchingEvents(JdwpEventKind eventKind, const ModBasket& basket,
584 void JdwpState::SuspendByPolicy(JdwpSuspendPolicy suspend_policy, JDWP::ObjectId thread_self_id) {
627 void JdwpState::SendRequestAndPossiblySuspend(ExpandBuf* pReq, JdwpSuspendPolicy suspend_policy,
651 bool JdwpState::InvokeInProgress() {
666 void JdwpState::SetWaitForEventThread(ObjectId threadId) {
695 void JdwpState::ClearWaitForEventThread() {
728 void JdwpState::EventFinish(ExpandBuf* pReq) {
756 bool JdwpState::PostVMStart() {
834 bool JdwpState::PostLocationEvent(const EventLocation* pLoc, mirror::Object* thisPtr,
935 bool JdwpState::PostFieldEvent(const EventLocation* pLoc, mirror::ArtField* field,
1041 bool JdwpState::PostThreadChange(Thread* thread, bool start) {
1111 bool JdwpState::PostVMDeath() {
1135 bool JdwpState::PostException(const EventLocation* pThrowLoc, mirror::Throwable* exception_object,
1236 bool JdwpState::PostClassPrepare(mirror::Class* klass) {
1330 void JdwpState::DdmSendChunkV(uint32_t type, const iovec* iov, int iov_count) {