Home | History | Annotate | Download | only in runtime

Lines Matching refs:oome

1233   // Pre-allocate an OutOfMemoryError for the double-OOME case.
1509 mirror::Throwable* oome = pre_allocated_OutOfMemoryError_.Read();
1510 if (oome == nullptr) {
1511 LOG(ERROR) << "Failed to return pre-allocated OOME";
1513 return oome;