Searched refs:pre_allocated_OutOfMemoryError_ (Results 1 – 2 of 2) sorted by relevance
847 pre_allocated_OutOfMemoryError_ = GcRoot<mirror::Throwable>(self->GetException(NULL)); in Init()1098 mirror::Throwable* oome = pre_allocated_OutOfMemoryError_.Read(); in GetPreAllocatedOutOfMemoryError()1145 if (!pre_allocated_OutOfMemoryError_.IsNull()) { in VisitNonThreadRoots()1146 pre_allocated_OutOfMemoryError_.VisitRoot(callback, arg, 0, kRootVMInternal); in VisitNonThreadRoots()1147 DCHECK(!pre_allocated_OutOfMemoryError_.IsNull()); in VisitNonThreadRoots()
514 GcRoot<mirror::Throwable> pre_allocated_OutOfMemoryError_; variable