Searched refs:gc_safe_throw_location (Results 1 – 4 of 4) sorted by relevance
/art/runtime/ |
D | thread.cc | 1700 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()
|
D | jni_internal.cc | 755 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()
|
D | debugger.cc | 3843 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/ |
D | class.cc | 113 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()
|