Home
last modified time | relevance | path

Searched refs:pre_allocated_OutOfMemoryError_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Druntime.cc1237 pre_allocated_OutOfMemoryError_ = GcRoot<mirror::Throwable>(self->GetException()); in Init()
1514 mirror::Throwable* oome = pre_allocated_OutOfMemoryError_.Read(); in GetPreAllocatedOutOfMemoryError()
1590 pre_allocated_OutOfMemoryError_.VisitRootIfNonNull(visitor, RootInfo(kRootVMInternal)); in VisitNonThreadRoots()
Druntime.h678 GcRoot<mirror::Throwable> pre_allocated_OutOfMemoryError_; variable