Home
last modified time | relevance | path

Searched refs:thisPtr (Results 1 – 3 of 3) sorted by relevance

/art/runtime/jdwp/
Djdwp_event.cc111 caught(false), field(0), thisPtr(0) { } in ModBasket()
120 ObjectId thisPtr; /* InstanceOnly */ member
435 if (pMod->instanceOnly.objectId != basket->thisPtr) { in ModsMatch()
722 bool JdwpState::PostLocationEvent(const JdwpLocation* pLoc, ObjectId thisPtr, int eventFlags) { in PostLocationEvent() argument
726 basket.thisPtr = thisPtr; in PostLocationEvent()
896 const JdwpLocation* pCatchLoc, ObjectId thisPtr) { in PostException() argument
905 basket.thisPtr = thisPtr; in PostException()
Djdwp.h189 bool PostLocationEvent(const JdwpLocation* pLoc, ObjectId thisPtr, int eventFlags)
198 const JdwpLocation* pCatchLoc, ObjectId thisPtr)
/art/runtime/
Ddebugger.h330 mirror::Object* thisPtr, int eventFlags)