Searched refs:pre_allocated_NoClassDefFoundError_ (Results 1 – 2 of 2) sorted by relevance
870 pre_allocated_NoClassDefFoundError_ = GcRoot<mirror::Throwable>(self->GetException(NULL)); in Init()1121 mirror::Throwable* ncdfe = pre_allocated_NoClassDefFoundError_.Read(); in GetPreAllocatedNoClassDefFoundError()1162 pre_allocated_NoClassDefFoundError_.VisitRootIfNonNull(callback, arg, RootInfo(kRootVMInternal)); in VisitNonThreadRoots()
523 GcRoot<mirror::Throwable> pre_allocated_NoClassDefFoundError_; variable