Lines Matching refs:old_throw_location
731 ThrowLocation old_throw_location;
732 mirror::Throwable* old_exception_obj = soa.Self()->GetException(&old_throw_location);
733 old_throw_this_object.Assign(old_throw_location.GetThis());
734 old_throw_method.Assign(old_throw_location.GetMethod());
736 old_throw_dex_pc = old_throw_location.GetDexPc();