Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h821 GcRoot<mirror::Throwable> pre_allocated_NoClassDefFoundError_; variable
Druntime.cc1537 pre_allocated_NoClassDefFoundError_ = GcRoot<mirror::Throwable>(self->GetException()); in Init()
1948 mirror::Throwable* ncdfe = pre_allocated_NoClassDefFoundError_.Read(); in GetPreAllocatedNoClassDefFoundError()
2028 pre_allocated_NoClassDefFoundError_.VisitRootIfNonNull(visitor, RootInfo(kRootVMInternal)); in VisitNonThreadRoots()