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

/art/runtime/
H A Dthread.h295 *throw_location = throw_location_;
307 throw_location_ = throw_location;
312 throw_location_.Clear();
733 ThrowLocation throw_location_; variable
H A Dthread.cc1742 to_find_(is_deoptimization ? NULL : exception->GetClass()), throw_location_(throw_location),
1873 instrumentation->ExceptionCaughtEvent(self_, throw_location_, catch_method, handler_dex_pc_,
1895 const ThrowLocation& throw_location_; member in class:art::CatchBlockStackVisitor
2158 throw_location_.VisitRoots(VerifyRootWrapperCallback, &wrapperArg);
2193 throw_location_.VisitRoots(visitor, arg);

Completed in 53 milliseconds