Home | History | Annotate | Download | only in jdwp

Lines Matching defs:thisPtr

123       thisPtr(hs.NewHandle<mirror::Object>(nullptr)) { }
133 MutableHandle<mirror::Object> thisPtr; /* InstanceOnly */
551 if (!Dbg::MatchInstance(pMod->instanceOnly.objectId, basket.thisPtr.Get())) {
871 void JdwpState::PostLocationEvent(const EventLocation* pLoc, mirror::Object* thisPtr,
875 DCHECK_EQ(pLoc->method->IsStatic(), thisPtr == nullptr);
880 basket.thisPtr.Assign(thisPtr);
978 basket.thisPtr.Assign(this_object);
997 ObjectId instance_id = registry->Add(basket.thisPtr);
1025 tag = Dbg::TagFromObject(soa, basket.thisPtr.Get());
1145 const EventLocation* pCatchLoc, mirror::Object* thisPtr) {
1150 DCHECK_EQ(pThrowLoc->method->IsStatic(), thisPtr == nullptr);
1163 basket.thisPtr.Assign(thisPtr);