Home
last modified time | relevance | path

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

/art/runtime/
Dthread.h295 *throw_location = throw_location_; in GetException()
307 throw_location_ = throw_location; in SetException()
312 throw_location_.Clear(); in ClearException()
733 ThrowLocation throw_location_; variable
Dthread.cc1750 to_find_(is_deoptimization ? NULL : exception->GetClass()), throw_location_(throw_location), in CatchBlockStackVisitor()
1881 instrumentation->ExceptionCaughtEvent(self_, throw_location_, catch_method, handler_dex_pc_, in DoLongJump()
1903 const ThrowLocation& throw_location_; member in art::CatchBlockStackVisitor
2166 throw_location_.VisitRoots(VerifyRootWrapperCallback, &wrapperArg); in VerifyRoots()
2201 throw_location_.VisitRoots(visitor, arg); in VisitRoots()