Home | History | Annotate | Download | only in runtime

Lines Matching full:oome

859   // Pre-allocate an OutOfMemoryError for the double-OOME case.
1113 mirror::Throwable* oome = pre_allocated_OutOfMemoryError_.Read();
1114 if (oome == nullptr) {
1115 LOG(ERROR) << "Failed to return pre-allocated OOME";
1117 return oome;