Home | History | Annotate | Download | only in runtime

Lines Matching refs:ThrowLocation

1003     ThrowLocation exc_location;
1018 ThrowLocation exc_location(throw_location_this_object.Get(),
1637 void Thread::ThrowNewExceptionF(const ThrowLocation& throw_location,
1646 void Thread::ThrowNewExceptionV(const ThrowLocation& throw_location,
1654 void Thread::ThrowNewException(const ThrowLocation& throw_location, const char* exception_class_descriptor,
1661 void Thread::ThrowNewWrappedException(const ThrowLocation& throw_location,
1700 ThrowLocation
1753 ThrowLocation gc_safe_throw_location(saved_throw_this.Get(), saved_throw_method.Get(),
1771 ThrowLocation gc_safe_throw_location(saved_throw_this.Get(), saved_throw_method.Get(),
1782 ThrowLocation throw_location = GetCurrentLocationForThrow();
1953 ThrowLocation throw_location;
2018 ThrowLocation Thread::GetCurrentLocationForThrow() {
2023 return ThrowLocation(visitor.this_object_, visitor.method_, visitor.dex_pc_);