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

/art/runtime/jdwp/
H A Djdwp_event.cc115 : hs(self), pLoc(nullptr), thread(self),
123 const EventLocation* pLoc; /* LocationOnly */ member in struct:art::JDWP::ModBasket
486 if (!Dbg::MatchLocation(pMod->locationOnly.loc, *basket.pLoc)) {
829 void JdwpState::PostLocationEvent(const EventLocation* pLoc, mirror::Object* thisPtr, argument
831 DCHECK(pLoc != nullptr);
832 DCHECK(pLoc->method != nullptr);
833 DCHECK_EQ(pLoc->method->IsStatic(), thisPtr == nullptr);
836 basket.pLoc = pLoc;
837 basket.locationClass.Assign(pLoc
925 PostFieldEvent(const EventLocation* pLoc, ArtField* field, mirror::Object* this_object, const JValue* fieldValue, bool is_modification) argument
[all...]
H A Djdwp.h196 * In some cases "*pLoc" will just have a method and class name, e.g. when
203 void PostLocationEvent(const EventLocation* pLoc, mirror::Object* thisPtr, int eventFlags,
214 void PostFieldEvent(const EventLocation* pLoc, ArtField* field, mirror::Object* thisPtr,
/art/runtime/
H A Ddebugger.h528 static void WatchLocation(const JDWP::JdwpLocation* pLoc, DeoptimizationRequest* req)
530 static void UnwatchLocation(const JDWP::JdwpLocation* pLoc, DeoptimizationRequest* req)

Completed in 350 milliseconds