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