Home | History | Annotate | Download | only in runtime

Lines Matching refs:old_throw_location

3785     ThrowLocation old_throw_location;
3786 mirror::Throwable* old_exception_obj = soa.Self()->GetException(&old_throw_location);
3787 old_throw_this_object.Assign(old_throw_location.GetThis());
3788 old_throw_method.Assign(old_throw_location.GetMethod());
3790 old_throw_dex_pc = old_throw_location.GetDexPc();