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.cc831 &pre_allocated_OutOfMemoryError_when_throwing_exception_, in RunRootClinits()
1651 pre_allocated_OutOfMemoryError_when_throwing_exception_ = GcRoot<mirror::Throwable>( in Init()
1653 DCHECK(pre_allocated_OutOfMemoryError_when_throwing_exception_.Read()->GetClass() in Init()
1672 &pre_allocated_OutOfMemoryError_when_throwing_exception_, in Init()
2136 mirror::Throwable* oome = pre_allocated_OutOfMemoryError_when_throwing_exception_.Read(); in GetPreAllocatedOutOfMemoryErrorWhenThrowingException()
2209 pre_allocated_OutOfMemoryError_when_throwing_exception_ in VisitNonThreadRoots()
Druntime.h1033 GcRoot<mirror::Throwable> pre_allocated_OutOfMemoryError_when_throwing_exception_; variable