HomeSort by relevance Sort by last modified time
    Searched refs:thisPtr (Results 1 - 3 of 3) sorted by null

  /art/runtime/jdwp/
jdwp_event.cc 120 thisPtr(hs.NewHandle<mirror::Object>(nullptr)) { }
130 MutableHandle<mirror::Object> thisPtr; /* InstanceOnly */
511 if (!Dbg::MatchInstance(pMod->instanceOnly.objectId, basket.thisPtr.Get())) {
829 void JdwpState::PostLocationEvent(const EventLocation* pLoc, mirror::Object* thisPtr,
833 DCHECK_EQ(pLoc->method->IsStatic(), thisPtr == nullptr);
838 basket.thisPtr.Assign(thisPtr);
936 basket.thisPtr.Assign(this_object);
955 ObjectId instance_id = registry->Add(basket.thisPtr);
    [all...]
jdwp.h 203 void PostLocationEvent(const EventLocation* pLoc, mirror::Object* thisPtr, int eventFlags,
214 void PostFieldEvent(const EventLocation* pLoc, ArtField* field, mirror::Object* thisPtr,
224 const EventLocation* pCatchLoc, mirror::Object* thisPtr)
  /art/runtime/
debugger.h 730 mirror::Object* thisPtr, int eventFlags,
    [all...]

Completed in 85 milliseconds