HomeSort by relevance Sort by last modified time
    Searched refs:pLoc (Results 1 - 3 of 3) sorted by null

  /art/runtime/jdwp/
jdwp_event.cc 113 ModBasket() : pLoc(nullptr), thread(nullptr), locationClass(nullptr), exceptionClass(nullptr),
116 const EventLocation* pLoc; /* LocationOnly */
501 if (!Dbg::MatchLocation(pMod->locationOnly.loc, *basket.pLoc)) {
834 bool JdwpState::PostLocationEvent(const EventLocation* pLoc, mirror::Object* thisPtr,
836 DCHECK(pLoc != nullptr);
837 DCHECK(pLoc->method != nullptr);
838 DCHECK_EQ(pLoc->method->IsStatic(), thisPtr == nullptr);
841 basket.pLoc = pLoc;
842 basket.locationClass = pLoc->method->GetDeclaringClass()
    [all...]
jdwp.h 198 * In some cases "*pLoc" will just have a method and class name, e.g. when
205 bool PostLocationEvent(const EventLocation* pLoc, mirror::Object* thisPtr, int eventFlags,
217 bool PostFieldEvent(const EventLocation* pLoc, mirror::ArtField* field, mirror::Object* thisPtr,
  /art/runtime/
debugger.h 548 static void WatchLocation(const JDWP::JdwpLocation* pLoc, DeoptimizationRequest* req)
551 static void UnwatchLocation(const JDWP::JdwpLocation* pLoc, DeoptimizationRequest* req)

Completed in 177 milliseconds