Home | History | Annotate | Download | only in jdwp

Lines Matching defs:thisPtr

114                 caught(false), field(nullptr), thisPtr(nullptr) { }
123 mirror::Object* thisPtr; /* InstanceOnly */
526 if (!Dbg::MatchInstance(pMod->instanceOnly.objectId, basket.thisPtr)) {
834 bool JdwpState::PostLocationEvent(const EventLocation* pLoc, mirror::Object* thisPtr,
838 DCHECK_EQ(pLoc->method->IsStatic(), thisPtr == nullptr);
843 basket.thisPtr = thisPtr;
946 basket.thisPtr = this_object;
976 ObjectId instance_id = registry->Add(basket.thisPtr);
1004 tag = Dbg::TagFromObject(soa, basket.thisPtr);
1136 const EventLocation* pCatchLoc, mirror::Object* thisPtr) {
1141 DCHECK_EQ(pThrowLoc->method->IsStatic(), thisPtr == nullptr);
1157 basket.thisPtr = thisPtr;