Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h431 EXPORT mirror::Throwable* GetPreAllocatedOutOfMemoryErrorWhenThrowingOOME()
Druntime.cc2597 mirror::Throwable* Runtime::GetPreAllocatedOutOfMemoryErrorWhenThrowingOOME() { in GetPreAllocatedOutOfMemoryErrorWhenThrowingOOME() function in art::Runtime
Dthread.cc3700 SetException(Runtime::Current()->GetPreAllocatedOutOfMemoryErrorWhenThrowingOOME()); in ThrowOutOfMemoryError()
/art/dex2oat/linker/
Dimage_writer.cc393 runtime->GetPreAllocatedOutOfMemoryErrorWhenThrowingOOME()); in AllocateBootImageLiveObjects()