Searched defs:old_throw_method (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Ddebugger.cc3780 auto old_throw_method = hs.NewHandle<mirror::ArtMethod>(nullptr); local
3788 old_throw_method.Assign(old_throw_location.GetMethod());
3843 ThrowLocation gc_safe_throw_location(old_throw_this_object.Get(), old_throw_method.Get(),

Completed in 967 milliseconds