Searched refs:GetPreAllocatedOutOfMemoryError (Results 1 – 3 of 3) sorted by relevance
282 mirror::Throwable* GetPreAllocatedOutOfMemoryError() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
1926 SetException(Runtime::Current()->GetPreAllocatedOutOfMemoryError()); in ThrowNewWrappedException()2006 SetException(Runtime::Current()->GetPreAllocatedOutOfMemoryError()); in ThrowOutOfMemoryError()
1327 mirror::Throwable* Runtime::GetPreAllocatedOutOfMemoryError() { in GetPreAllocatedOutOfMemoryError() function in art::Runtime