HomeSort by relevance Sort by last modified time
    Searched refs:old_throw_this_object (Results 1 - 3 of 3) sorted by null

  /art/runtime/mirror/
class.cc 84 Handle<mirror::Object> old_throw_this_object(hs.NewHandle(old_throw_location.GetThis()));
113 ThrowLocation gc_safe_throw_location(old_throw_this_object.Get(), old_throw_method.Get(),
  /art/runtime/
debugger.cc 3779 auto old_throw_this_object = hs.NewHandle<mirror::Object>(nullptr); local
    [all...]
jni_internal.cc 725 auto old_throw_this_object(hs.NewHandle<mirror::Object>(nullptr));
733 old_throw_this_object.Assign(old_throw_location.GetThis());
755 ThrowLocation gc_safe_throw_location(old_throw_this_object.Get(), old_throw_method.Get(),
    [all...]

Completed in 33 milliseconds