Home
last modified time | relevance | path

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

/art/runtime/
Druntime.cc852 &pre_allocated_OutOfMemoryError_when_throwing_exception_, in RunRootClinits()
1849 pre_allocated_OutOfMemoryError_when_throwing_exception_ = GcRoot<mirror::Throwable>( in Init()
1851 DCHECK(pre_allocated_OutOfMemoryError_when_throwing_exception_.Read()->GetClass() in Init()
1870 &pre_allocated_OutOfMemoryError_when_throwing_exception_, in Init()
2352 mirror::Throwable* oome = pre_allocated_OutOfMemoryError_when_throwing_exception_.Read(); in GetPreAllocatedOutOfMemoryErrorWhenThrowingException()
2425 pre_allocated_OutOfMemoryError_when_throwing_exception_ in VisitNonThreadRoots()
Druntime.h1105 GcRoot<mirror::Throwable> pre_allocated_OutOfMemoryError_when_throwing_exception_; variable