Home
last modified time | relevance | path

Searched refs:oome (Results 1 – 12 of 12) sorted by relevance

/art/test/617-clinit-oome/
DAndroid.bp3 // Build rules for ART run-test `617-clinit-oome`.
16 name: "art-run-test-617-clinit-oome",
21 ":art-run-test-617-clinit-oome-expected-stdout",
22 ":art-run-test-617-clinit-oome-expected-stderr",
28 name: "art-run-test-617-clinit-oome-expected-stdout",
29 out: ["art-run-test-617-clinit-oome-expected-stdout.txt"],
36 name: "art-run-test-617-clinit-oome-expected-stderr",
37 out: ["art-run-test-617-clinit-oome-expected-stderr.txt"],
/art/test/202-thread-oome/
DAndroid.bp3 // Build rules for ART run-test `202-thread-oome`.
16 name: "art-run-test-202-thread-oome",
21 ":art-run-test-202-thread-oome-expected-stdout",
22 ":art-run-test-202-thread-oome-expected-stderr",
28 name: "art-run-test-202-thread-oome-expected-stdout",
29 out: ["art-run-test-202-thread-oome-expected-stdout.txt"],
36 name: "art-run-test-202-thread-oome-expected-stderr",
37 out: ["art-run-test-202-thread-oome-expected-stderr.txt"],
/art/test/080-oom-throw/src/
DMain.java29 } catch (OutOfMemoryError oome) { in blowup()
62 } catch (OutOfMemoryError oome) { in exhaustJavaHeap()
81 } catch (OutOfMemoryError oome) { in eatAllMemory()
137 } catch (OutOfMemoryError oome) { in blowup()
/art/test/163-app-image-methods/src/
DMain.java73 } catch (OutOfMemoryError oome) { in exhaustJavaHeap()
92 } catch (OutOfMemoryError oome) { in eatAllMemory()
/art/test/134-reg-promotion/src/
DMain.java28 } catch (OutOfMemoryError oome) { in blowup()
/art/test/080-oom-throw-with-finalizer/src/
DMain.java30 } catch (OutOfMemoryError oome) { in blowup()
/art/test/064-field-access/src/
DOOMEOnNullAccess.java73 } catch (OutOfMemoryError oome) { in main()
/art/test/044-proxy/src/
DOOMEOnDispatch.java67 } catch (OutOfMemoryError oome) { in main()
/art/test/114-ParallelGC/src/
DMain.java116 } catch (OutOfMemoryError oome) { in work()
/art/runtime/
Druntime.cc2402 mirror::Throwable* oome = pre_allocated_OutOfMemoryError_when_throwing_exception_.Read(); in GetPreAllocatedOutOfMemoryErrorWhenThrowingException() local
2403 if (oome == nullptr) { in GetPreAllocatedOutOfMemoryErrorWhenThrowingException()
2406 return oome; in GetPreAllocatedOutOfMemoryErrorWhenThrowingException()
2410 mirror::Throwable* oome = pre_allocated_OutOfMemoryError_when_throwing_oome_.Read(); in GetPreAllocatedOutOfMemoryErrorWhenThrowingOOME() local
2411 if (oome == nullptr) { in GetPreAllocatedOutOfMemoryErrorWhenThrowingOOME()
2414 return oome; in GetPreAllocatedOutOfMemoryErrorWhenThrowingOOME()
2418 mirror::Throwable* oome = pre_allocated_OutOfMemoryError_when_handling_stack_overflow_.Read(); in GetPreAllocatedOutOfMemoryErrorWhenHandlingStackOverflow() local
2419 if (oome == nullptr) { in GetPreAllocatedOutOfMemoryErrorWhenHandlingStackOverflow()
2422 return oome; in GetPreAllocatedOutOfMemoryErrorWhenHandlingStackOverflow()
/art/test/159-app-image-fields/src/
DMain.java70 } catch (OutOfMemoryError oome) { in exhaustJavaHeap()
89 } catch (OutOfMemoryError oome) { in eatAllMemory()
/art/
DTEST_MAPPING365 "name": "art-run-test-202-thread-oome[com.google.android.art.apex]"
998 "name": "art-run-test-617-clinit-oome[com.google.android.art.apex]"
1633 "name": "art-run-test-202-thread-oome"
2266 "name": "art-run-test-617-clinit-oome"