Home
last modified time | relevance | path

Searched refs:pThrowLoc (Results 1 – 2 of 2) sorted by relevance

/art/runtime/jdwp/
Djdwp_event.cc1103 void JdwpState::PostException(const EventLocation* pThrowLoc, mirror::Throwable* exception_object, in PostException() argument
1106 DCHECK(pThrowLoc != nullptr); in PostException()
1108 if (pThrowLoc->method != nullptr) { in PostException()
1109 DCHECK_EQ(pThrowLoc->method->IsStatic(), thisPtr == nullptr); in PostException()
1115 basket.pLoc = pThrowLoc; in PostException()
1116 if (pThrowLoc->method != nullptr) { in PostException()
1117 basket.locationClass.Assign(pThrowLoc->method->GetDeclaringClass()); in PostException()
1142 SetJdwpLocationFromEventLocation(pThrowLoc, &jdwp_throw_location); in PostException()
Djdwp.h222 void PostException(const EventLocation* pThrowLoc, mirror::Throwable* exception_object,