Home
last modified time | relevance | path

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

/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.java71 } catch (OutOfMemoryError oome) { in eatAllMemory()
81 } catch (OutOfMemoryError oome) { in eatAllMemory()
/art/test/202-thread-oome/
DAndroid.bp3 name: "art-run-test-202-thread-oome",
/art/test/617-clinit-oome/
DAndroid.bp3 name: "art-run-test-617-clinit-oome",
/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.java107 } catch (OutOfMemoryError oome) { in work()
/art/runtime/
Druntime.cc2136 mirror::Throwable* oome = pre_allocated_OutOfMemoryError_when_throwing_exception_.Read(); in GetPreAllocatedOutOfMemoryErrorWhenThrowingException() local
2137 if (oome == nullptr) { in GetPreAllocatedOutOfMemoryErrorWhenThrowingException()
2140 return oome; in GetPreAllocatedOutOfMemoryErrorWhenThrowingException()
2144 mirror::Throwable* oome = pre_allocated_OutOfMemoryError_when_throwing_oome_.Read(); in GetPreAllocatedOutOfMemoryErrorWhenThrowingOOME() local
2145 if (oome == nullptr) { in GetPreAllocatedOutOfMemoryErrorWhenThrowingOOME()
2148 return oome; in GetPreAllocatedOutOfMemoryErrorWhenThrowingOOME()
2152 mirror::Throwable* oome = pre_allocated_OutOfMemoryError_when_handling_stack_overflow_.Read(); in GetPreAllocatedOutOfMemoryErrorWhenHandlingStackOverflow() local
2153 if (oome == nullptr) { in GetPreAllocatedOutOfMemoryErrorWhenHandlingStackOverflow()
2156 return oome; in GetPreAllocatedOutOfMemoryErrorWhenHandlingStackOverflow()
/art/test/159-app-image-fields/src/
DMain.java70 } catch (OutOfMemoryError oome) { in eatAllMemory()
80 } catch (OutOfMemoryError oome) { in eatAllMemory()
/art/
DTEST_MAPPING390 "name": "art-run-test-202-thread-oome"
975 "name": "art-run-test-617-clinit-oome"