Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_event.cc118 : hs(self), pLoc(nullptr), thread(self), in ModBasket()
126 const EventLocation* pLoc; /* LocationOnly */ member
526 if (!Dbg::MatchLocation(pMod->locationOnly.loc, *basket.pLoc)) { in ModsMatch()
871 void JdwpState::PostLocationEvent(const EventLocation* pLoc, mirror::Object* thisPtr, in PostLocationEvent() argument
873 DCHECK(pLoc != nullptr); in PostLocationEvent()
874 DCHECK(pLoc->method != nullptr); in PostLocationEvent()
875 DCHECK_EQ(pLoc->method->IsStatic(), thisPtr == nullptr); in PostLocationEvent()
878 basket.pLoc = pLoc; in PostLocationEvent()
879 basket.locationClass.Assign(pLoc->method->GetDeclaringClass()); in PostLocationEvent()
935 SetJdwpLocationFromEventLocation(pLoc, &jdwp_location); in PostLocationEvent()
[all …]
Djdwp.h204 void PostLocationEvent(const EventLocation* pLoc, mirror::Object* thisPtr, int eventFlags,
215 void PostFieldEvent(const EventLocation* pLoc, ArtField* field, mirror::Object* thisPtr,
/art/runtime/
Ddebugger.h531 static void WatchLocation(const JDWP::JdwpLocation* pLoc, DeoptimizationRequest* req)
533 static void UnwatchLocation(const JDWP::JdwpLocation* pLoc, DeoptimizationRequest* req)