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

/art/runtime/jdwp/
H A Djdwp_event.cc113 ModBasket() : pLoc(nullptr), thread(nullptr), locationClass(nullptr), exceptionClass(nullptr),
116 const EventLocation* pLoc; /* LocationOnly */ member in struct:art::JDWP::ModBasket
489 if (!Dbg::MatchLocation(pMod->locationOnly.loc, *basket.pLoc)) {
822 bool JdwpState::PostLocationEvent(const EventLocation* pLoc, mirror::Object* thisPtr, argument
824 DCHECK(pLoc != nullptr);
825 DCHECK(pLoc->method != nullptr);
826 DCHECK_EQ(pLoc->method->IsStatic(), thisPtr == nullptr);
829 basket.pLoc = pLoc;
830 basket.locationClass = pLoc
923 PostFieldEvent(const EventLocation* pLoc, mirror::ArtField* field, mirror::Object* this_object, const JValue* fieldValue, bool is_modification) argument
[all...]

Completed in 2661 milliseconds