Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc3037 this_at_throw_(handle_scope_.NewHandle<mirror::Object>(nullptr)), in CatchLocationFinder()
3058 this_at_throw_.Assign(GetThisObject()); in VisitFrame()
3087 return this_at_throw_.Get(); in GetThisAtThrow()
3101 MutableHandle<mirror::Object> this_at_throw_; member in art::CatchLocationFinder