Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc2943 this_at_throw_(handle_scope_.NewHandle<mirror::Object>(nullptr)), in CatchLocationFinder()
2964 this_at_throw_.Assign(GetThisObject()); in VisitFrame()
2993 return this_at_throw_.Get(); in GetThisAtThrow()
3008 MutableHandle<mirror::Object> this_at_throw_; member in art::CatchLocationFinder