Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_event.cc1135 bool JdwpState::PostException(const EventLocation* pThrowLoc, mirror::Throwable* exception_object, in PostException() argument
1138 DCHECK(pThrowLoc != nullptr); in PostException()
1140 if (pThrowLoc->method != nullptr) { in PostException()
1141 DCHECK_EQ(pThrowLoc->method->IsStatic(), thisPtr == nullptr); in PostException()
1147 basket.pLoc = pThrowLoc; in PostException()
1148 if (pThrowLoc->method != nullptr) { in PostException()
1149 basket.locationClass = pThrowLoc->method->GetDeclaringClass(); in PostException()
1184 SetJdwpLocationFromEventLocation(pThrowLoc, &jdwp_throw_location); in PostException()
Djdwp.h227 bool PostException(const EventLocation* pThrowLoc, mirror::Throwable* exception_object,