HomeSort by relevance Sort by last modified time
    Searched refs:oome (Results 1 - 5 of 5) sorted by null

  /art/test/080-oom-throw/src/
Main.java 26 } catch (OutOfMemoryError oome) {
69 System.out.println("NEW_ARRAY correctly threw OOME");
73 System.out.println("NEW_INSTANCE correctly threw OOME");
  /packages/apps/Email/provider_src/com/android/email/provider/
AttachmentProvider.java 211 } catch (OutOfMemoryError oome) {
213 oome.getMessage());
322 } catch (OutOfMemoryError oome) {
323 LogUtils.d(Logging.LOG_TAG, "createImageThumbnail failed with " + oome.getMessage());
  /art/test/114-ParallelGC/src/
Main.java 127 } catch (OutOfMemoryError oome) {
  /frameworks/opt/photoviewer/src/com/android/ex/photo/util/
ImageUtils.java 172 } catch (OutOfMemoryError oome) {
173 Log.e(TAG, "ImageUtils#decodeStream(InputStream, Rect, Options) threw an OOME", oome);
  /art/runtime/
runtime.cc 859 // Pre-allocate an OutOfMemoryError for the double-OOME case.
1113 mirror::Throwable* oome = pre_allocated_OutOfMemoryError_.Read(); local
    [all...]

Completed in 569 milliseconds