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

/art/runtime/mirror/
H A Dclass.cc78 ThrowLocation old_throw_location; local
79 mirror::Throwable* old_exception_obj = self->GetException(&old_throw_location);
80 old_throw_this_object.reset(old_throw_location.GetThis());
81 old_throw_method.reset(old_throw_location.GetMethod());
83 old_throw_dex_pc = old_throw_location.GetDexPc();
/art/runtime/
H A Ddebugger.cc2816 ThrowLocation old_throw_location; local
2817 mirror::Throwable* old_exception_obj = soa.Self()->GetException(&old_throw_location);
2818 old_throw_this_object.reset(old_throw_location.GetThis());
2819 old_throw_method.reset(old_throw_location.GetMethod());
2821 old_throw_dex_pc = old_throw_location.GetDexPc();
H A Djni_internal.cc776 ThrowLocation old_throw_location; local
777 Throwable* old_exception_obj = soa.Self()->GetException(&old_throw_location);
778 old_throw_this_object.reset(old_throw_location.GetThis());
779 old_throw_method.reset(old_throw_location.GetMethod());
781 old_throw_dex_pc = old_throw_location.GetDexPc();

Completed in 466 milliseconds