Searched refs:pThrowLoc (Results 1 – 2 of 2) sorted by relevance
1144 void JdwpState::PostException(const EventLocation* pThrowLoc, mirror::Throwable* exception_object, in PostException() argument1147 DCHECK(pThrowLoc != nullptr); in PostException()1149 if (pThrowLoc->method != nullptr) { in PostException()1150 DCHECK_EQ(pThrowLoc->method->IsStatic(), thisPtr == nullptr); in PostException()1156 basket.pLoc = pThrowLoc; in PostException()1157 if (pThrowLoc->method != nullptr) { in PostException()1158 basket.locationClass.Assign(pThrowLoc->method->GetDeclaringClass()); in PostException()1183 SetJdwpLocationFromEventLocation(pThrowLoc, &jdwp_throw_location); in PostException()
228 void PostException(const EventLocation* pThrowLoc, mirror::Throwable* exception_object,