Home
last modified time | relevance | path

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

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