Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Druntime.cc1026 &pre_allocated_NoClassDefFoundError_, in RunRootClinits()
2071 pre_allocated_NoClassDefFoundError_ = GcRoot<mirror::Throwable>( in Init()
2073 DCHECK(pre_allocated_NoClassDefFoundError_.Read()->GetClass() in Init()
2104 &pre_allocated_NoClassDefFoundError_, in Init()
2614 mirror::Throwable* ncdfe = pre_allocated_NoClassDefFoundError_.Read(); in GetPreAllocatedNoClassDefFoundError()
2672 pre_allocated_NoClassDefFoundError_.VisitRootIfNonNull(visitor, RootInfo(kRootVMInternal)); in VisitNonThreadRoots()
H A Druntime.h1205 GcRoot<mirror::Throwable> pre_allocated_NoClassDefFoundError_; variable