Home
last modified time | relevance | path

Searched refs:GetPreAllocatedOutOfMemoryError (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Druntime.h282 mirror::Throwable* GetPreAllocatedOutOfMemoryError() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dthread.cc1926 SetException(Runtime::Current()->GetPreAllocatedOutOfMemoryError()); in ThrowNewWrappedException()
2006 SetException(Runtime::Current()->GetPreAllocatedOutOfMemoryError()); in ThrowOutOfMemoryError()
Druntime.cc1327 mirror::Throwable* Runtime::GetPreAllocatedOutOfMemoryError() { in GetPreAllocatedOutOfMemoryError() function in art::Runtime