Home
last modified time | relevance | path

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

/art/runtime/
Druntime.cc1665 pre_allocated_OutOfMemoryError_when_handling_stack_overflow_ = GcRoot<mirror::Throwable>( in Init()
1667 DCHECK(pre_allocated_OutOfMemoryError_when_handling_stack_overflow_.Read()->GetClass() in Init()
1693 &pre_allocated_OutOfMemoryError_when_handling_stack_overflow_, in Init()
2158 mirror::Throwable* oome = pre_allocated_OutOfMemoryError_when_handling_stack_overflow_.Read(); in GetPreAllocatedOutOfMemoryErrorWhenHandlingStackOverflow()
2219 pre_allocated_OutOfMemoryError_when_handling_stack_overflow_ in VisitNonThreadRoots()
Druntime.h1039 GcRoot<mirror::Throwable> pre_allocated_OutOfMemoryError_when_handling_stack_overflow_; variable