Searched refs:thisPtr (Results 1 – 3 of 3) sorted by relevance
/art/runtime/jdwp/ |
D | jdwp_event.cc | 114 caught(false), field(nullptr), thisPtr(nullptr) { } in ModBasket() 123 mirror::Object* thisPtr; /* InstanceOnly */ member 526 if (!Dbg::MatchInstance(pMod->instanceOnly.objectId, basket.thisPtr)) { in ModsMatch() 834 bool JdwpState::PostLocationEvent(const EventLocation* pLoc, mirror::Object* thisPtr, in PostLocationEvent() argument 838 DCHECK_EQ(pLoc->method->IsStatic(), thisPtr == nullptr); in PostLocationEvent() 843 basket.thisPtr = thisPtr; in PostLocationEvent() 946 basket.thisPtr = this_object; in PostFieldEvent() 976 ObjectId instance_id = registry->Add(basket.thisPtr); in PostFieldEvent() 1004 tag = Dbg::TagFromObject(soa, basket.thisPtr); in PostFieldEvent() 1136 const EventLocation* pCatchLoc, mirror::Object* thisPtr) { in PostException() argument [all …]
|
D | jdwp.h | 205 bool PostLocationEvent(const EventLocation* pLoc, mirror::Object* thisPtr, int eventFlags, 217 bool PostFieldEvent(const EventLocation* pLoc, mirror::ArtField* field, mirror::Object* thisPtr, 228 const EventLocation* pCatchLoc, mirror::Object* thisPtr)
|
/art/runtime/ |
D | debugger.h | 666 mirror::Object* thisPtr, int eventFlags,
|