Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_event.cc113 ModBasket() : pLoc(nullptr), thread(nullptr), locationClass(nullptr), exceptionClass(nullptr), in ModBasket()
116 const EventLocation* pLoc; /* LocationOnly */ member
501 if (!Dbg::MatchLocation(pMod->locationOnly.loc, *basket.pLoc)) { in ModsMatch()
834 bool JdwpState::PostLocationEvent(const EventLocation* pLoc, mirror::Object* thisPtr, in PostLocationEvent() argument
836 DCHECK(pLoc != nullptr); in PostLocationEvent()
837 DCHECK(pLoc->method != nullptr); in PostLocationEvent()
838 DCHECK_EQ(pLoc->method->IsStatic(), thisPtr == nullptr); in PostLocationEvent()
841 basket.pLoc = pLoc; in PostLocationEvent()
842 basket.locationClass = pLoc->method->GetDeclaringClass(); in PostLocationEvent()
900 SetJdwpLocationFromEventLocation(pLoc, &jdwp_location); in PostLocationEvent()
[all …]
Djdwp.h205 bool PostLocationEvent(const EventLocation* pLoc, mirror::Object* thisPtr, int eventFlags,
217 bool PostFieldEvent(const EventLocation* pLoc, mirror::ArtField* field, mirror::Object* thisPtr,
/art/runtime/
Ddebugger.h548 static void WatchLocation(const JDWP::JdwpLocation* pLoc, DeoptimizationRequest* req)
551 static void UnwatchLocation(const JDWP::JdwpLocation* pLoc, DeoptimizationRequest* req)