Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Druntime.cc1023 &pre_allocated_OutOfMemoryError_when_throwing_exception_, in RunRootClinits()
2059 pre_allocated_OutOfMemoryError_when_throwing_exception_ = GcRoot<mirror::Throwable>( in Init()
2061 DCHECK(pre_allocated_OutOfMemoryError_when_throwing_exception_.Read()->GetClass() in Init()
2080 &pre_allocated_OutOfMemoryError_when_throwing_exception_, in Init()
2590 mirror::Throwable* oome = pre_allocated_OutOfMemoryError_when_throwing_exception_.Read(); in GetPreAllocatedOutOfMemoryErrorWhenThrowingException()
2666 pre_allocated_OutOfMemoryError_when_throwing_exception_ in VisitNonThreadRoots()
H A Druntime.h1202 GcRoot<mirror::Throwable> pre_allocated_OutOfMemoryError_when_throwing_exception_; variable