Home
last modified time | relevance | path

Searched refs:gc_safe_throw_location (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dthread.cc1700 ThrowLocation gc_safe_throw_location(saved_throw_this.Get(), saved_throw_method.Get(), in ThrowNewWrappedException() local
1702 SetException(gc_safe_throw_location, Runtime::Current()->GetPreAllocatedOutOfMemoryError()); in ThrowNewWrappedException()
1753 ThrowLocation gc_safe_throw_location(saved_throw_this.Get(), saved_throw_method.Get(), in ThrowNewWrappedException() local
1755 SetException(gc_safe_throw_location, exception.Get()); in ThrowNewWrappedException()
1771 ThrowLocation gc_safe_throw_location(saved_throw_this.Get(), saved_throw_method.Get(), in ThrowNewWrappedException() local
1773 SetException(gc_safe_throw_location, exception.Get()); in ThrowNewWrappedException()
Djni_internal.cc755 ThrowLocation gc_safe_throw_location(old_throw_this_object.Get(), old_throw_method.Get(), in ExceptionDescribe() local
758 soa.Self()->SetException(gc_safe_throw_location, old_exception.Get()); in ExceptionDescribe()
Ddebugger.cc3843 ThrowLocation gc_safe_throw_location(old_throw_this_object.Get(), old_throw_method.Get(), in ExecuteMethod() local
3845 soa.Self()->SetException(gc_safe_throw_location, old_exception.Get()); in ExecuteMethod()
/art/runtime/mirror/
Dclass.cc113 ThrowLocation gc_safe_throw_location(old_throw_this_object.Get(), old_throw_method.Get(), in SetStatus() local
115 self->SetException(gc_safe_throw_location, old_exception.Get()); in SetStatus()