Home
last modified time | relevance | path

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

/art/runtime/
Druntime.cc854 pre_allocated_NoClassDefFoundError_ = GcRoot<mirror::Throwable>(self->GetException(NULL)); in Init()
1106 mirror::Throwable* ncdfe = pre_allocated_NoClassDefFoundError_.Read(); in GetPreAllocatedNoClassDefFoundError()
1151 if (!pre_allocated_NoClassDefFoundError_.IsNull()) { in VisitNonThreadRoots()
1152 pre_allocated_NoClassDefFoundError_.VisitRoot(callback, arg, 0, kRootVMInternal); in VisitNonThreadRoots()
1153 DCHECK(!pre_allocated_NoClassDefFoundError_.IsNull()); in VisitNonThreadRoots()
Druntime.h515 GcRoot<mirror::Throwable> pre_allocated_NoClassDefFoundError_; variable