Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Druntime.cc2063 pre_allocated_OutOfMemoryError_when_throwing_oome_ = GcRoot<mirror::Throwable>( in Init()
2065 DCHECK(pre_allocated_OutOfMemoryError_when_throwing_oome_.Read()->GetClass() in Init()
2087 &pre_allocated_OutOfMemoryError_when_throwing_oome_, in Init()
2598 mirror::Throwable* oome = pre_allocated_OutOfMemoryError_when_throwing_oome_.Read(); in GetPreAllocatedOutOfMemoryErrorWhenThrowingOOME()
2668 pre_allocated_OutOfMemoryError_when_throwing_oome_ in VisitNonThreadRoots()
H A Druntime.h1203 GcRoot<mirror::Throwable> pre_allocated_OutOfMemoryError_when_throwing_oome_; variable