Home
last modified time | relevance | path

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

/art/runtime/
Druntime.cc834 &pre_allocated_NoClassDefFoundError_, in RunRootClinits()
1663 pre_allocated_NoClassDefFoundError_ = GcRoot<mirror::Throwable>( in Init()
1665 DCHECK(pre_allocated_NoClassDefFoundError_.Read()->GetClass() in Init()
1696 &pre_allocated_NoClassDefFoundError_, in Init()
2160 mirror::Throwable* ncdfe = pre_allocated_NoClassDefFoundError_.Read(); in GetPreAllocatedNoClassDefFoundError()
2215 pre_allocated_NoClassDefFoundError_.VisitRootIfNonNull(visitor, RootInfo(kRootVMInternal)); in VisitNonThreadRoots()
Druntime.h1036 GcRoot<mirror::Throwable> pre_allocated_NoClassDefFoundError_; variable