Searched refs:pre_allocated_OutOfMemoryError_ (Results 1 – 2 of 2) sorted by relevance
1237 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()
678 GcRoot<mirror::Throwable> pre_allocated_OutOfMemoryError_; variable