Searched refs:pre_allocated_OutOfMemoryError_when_handling_stack_overflow_ (Results 1 – 2 of 2) sorted by relevance
1463 &pre_allocated_OutOfMemoryError_when_handling_stack_overflow_, in CreatePreAllocatedExceptions()2109 pre_allocated_OutOfMemoryError_when_handling_stack_overflow_ = GcRoot<mirror::Throwable>( in Init()2111 DCHECK(pre_allocated_OutOfMemoryError_when_handling_stack_overflow_.Read()->GetClass() in Init()2617 mirror::Throwable* oome = pre_allocated_OutOfMemoryError_when_handling_stack_overflow_.Read(); in GetPreAllocatedOutOfMemoryErrorWhenHandlingStackOverflow()2681 pre_allocated_OutOfMemoryError_when_handling_stack_overflow_ in VisitNonThreadRoots()
1206 GcRoot<mirror::Throwable> pre_allocated_OutOfMemoryError_when_handling_stack_overflow_; variable