Searched refs:pre_allocated_NoClassDefFoundError_ (Results 1 – 2 of 2) sorted by relevance
1085 pre_allocated_NoClassDefFoundError_ = GcRoot<mirror::Throwable>(self->GetException()); in Init()1336 mirror::Throwable* ncdfe = pre_allocated_NoClassDefFoundError_.Read(); in GetPreAllocatedNoClassDefFoundError()1402 pre_allocated_NoClassDefFoundError_.VisitRootIfNonNull(visitor, RootInfo(kRootVMInternal)); in VisitNonThreadRoots()
582 GcRoot<mirror::Throwable> pre_allocated_NoClassDefFoundError_; variable