Searched defs:thisPtr (Results 1 - 1 of 1) sorted by relevance

/art/runtime/jdwp/
H A Djdwp_event.cc120 thisPtr(hs.NewHandle<mirror::Object>(nullptr)) { }
130 MutableHandle<mirror::Object> thisPtr; /* InstanceOnly */ member in struct:art::JDWP::ModBasket
511 if (!Dbg::MatchInstance(pMod->instanceOnly.objectId, basket.thisPtr.Get())) {
830 void JdwpState::PostLocationEvent(const EventLocation* pLoc, mirror::Object* thisPtr, argument
834 DCHECK_EQ(pLoc->method->IsStatic(), thisPtr == nullptr);
839 basket.thisPtr.Assign(thisPtr);
937 basket.thisPtr.Assign(this_object);
956 ObjectId instance_id = registry->Add(basket.thisPtr);
984 tag = Dbg::TagFromObject(soa, basket.thisPtr
1103 PostException(const EventLocation* pThrowLoc, mirror::Throwable* exception_object, const EventLocation* pCatchLoc, mirror::Object* thisPtr) argument
[all...]

Completed in 22 milliseconds