Searched refs:thisPtr (Results 1 – 3 of 3) sorted by relevance
/art/runtime/jdwp/ |
D | jdwp_event.cc | 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 [all …]
|
D | jdwp.h | 204 void PostLocationEvent(const EventLocation* pLoc, mirror::Object* thisPtr, int eventFlags, 215 void PostFieldEvent(const EventLocation* pLoc, ArtField* field, mirror::Object* thisPtr, 225 const EventLocation* pCatchLoc, mirror::Object* thisPtr)
|
/art/runtime/ |
D | debugger.h | 748 mirror::Object* thisPtr, int eventFlags,
|