Searched refs:old_exception_obj (Results 1 - 3 of 3) sorted by relevance

/art/runtime/mirror/
H A Dclass.cc79 mirror::Throwable* old_exception_obj = self->GetException(&old_throw_location); local
82 old_exception.reset(old_exception_obj);
/art/runtime/
H A Ddebugger.cc2817 mirror::Throwable* old_exception_obj = soa.Self()->GetException(&old_throw_location); local
2820 old_exception.reset(old_exception_obj);
H A Djni_internal.cc777 Throwable* old_exception_obj = soa.Self()->GetException(&old_throw_location); local
780 old_exception.reset(old_exception_obj);

Completed in 1489 milliseconds