Searched defs:thisPtr (Results 1 - 1 of 1) sorted by relevance

/art/runtime/jdwp/
H A Djdwp_event.cc111 caught(false), field(0), thisPtr(0) { }
120 ObjectId thisPtr; /* InstanceOnly */ member in struct:art::JDWP::ModBasket
435 if (pMod->instanceOnly.objectId != basket->thisPtr) {
722 bool JdwpState::PostLocationEvent(const JdwpLocation* pLoc, ObjectId thisPtr, int eventFlags) { argument
726 basket.thisPtr = thisPtr;
896 const JdwpLocation* pCatchLoc, ObjectId thisPtr) {
905 basket.thisPtr = thisPtr;
894 PostException(const JdwpLocation* pThrowLoc, ObjectId exceptionId, RefTypeId exceptionClassId, const JdwpLocation* pCatchLoc, ObjectId thisPtr) argument

Completed in 1429 milliseconds