Searched defs:old_throw_this_object (Results 1 - 1 of 1) sorted by path

/art/runtime/
H A Ddebugger.cc3779 auto old_throw_this_object = hs.NewHandle<mirror::Object>(nullptr); local
3787 old_throw_this_object.Assign(old_throw_location.GetThis());
3843 ThrowLocation gc_safe_throw_location(old_throw_this_object.Get(), old_throw_method.Get(),

Completed in 117 milliseconds