Home
last modified time | relevance | path

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

/art/test/080-oom-throw/src/
DMain.java29 } catch (OutOfMemoryError oome) { in blowup()
62 } catch (OutOfMemoryError oome) { in eatAllMemory()
72 } catch (OutOfMemoryError oome) { in eatAllMemory()
122 } 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/134-reg-promotion/src/
DMain.java28 } catch (OutOfMemoryError oome) { in blowup()
/art/test/064-field-access/src/
DOOMEOnNullAccess.java58 } catch (OutOfMemoryError oome) { in main()
/art/test/080-oom-throw-with-finalizer/src/
DMain.java30 } catch (OutOfMemoryError oome) { in blowup()
/art/test/044-proxy/src/
DOOMEOnDispatch.java53 } catch (OutOfMemoryError oome) { in main()
/art/test/114-ParallelGC/src/
DMain.java107 } catch (OutOfMemoryError oome) { in work()
/art/runtime/
Druntime.cc2142 mirror::Throwable* oome = pre_allocated_OutOfMemoryError_when_throwing_exception_.Read(); in GetPreAllocatedOutOfMemoryErrorWhenThrowingException() local
2143 if (oome == nullptr) { in GetPreAllocatedOutOfMemoryErrorWhenThrowingException()
2146 return oome; in GetPreAllocatedOutOfMemoryErrorWhenThrowingException()
2150 mirror::Throwable* oome = pre_allocated_OutOfMemoryError_when_throwing_oome_.Read(); in GetPreAllocatedOutOfMemoryErrorWhenThrowingOOME() local
2151 if (oome == nullptr) { in GetPreAllocatedOutOfMemoryErrorWhenThrowingOOME()
2154 return oome; in GetPreAllocatedOutOfMemoryErrorWhenThrowingOOME()
2158 mirror::Throwable* oome = pre_allocated_OutOfMemoryError_when_handling_stack_overflow_.Read(); in GetPreAllocatedOutOfMemoryErrorWhenHandlingStackOverflow() local
2159 if (oome == nullptr) { in GetPreAllocatedOutOfMemoryErrorWhenHandlingStackOverflow()
2162 return oome; in GetPreAllocatedOutOfMemoryErrorWhenHandlingStackOverflow()
/art/test/159-app-image-fields/src/
DMain.java70 } catch (OutOfMemoryError oome) { in eatAllMemory()
80 } catch (OutOfMemoryError oome) { in eatAllMemory()