Home
last modified time | relevance | path

Searched refs:exOutOfMemoryError (Results 1 – 5 of 5) sorted by relevance

/dalvik/vm/
DGlobals.h314 ClassObject* exOutOfMemoryError; member
DInitRefs.cpp107 { &gDvm.exOutOfMemoryError, "Ljava/lang/OutOfMemoryError;" }, in initClassReferences()
DException.cpp1402 dvmThrowException(gDvm.exOutOfMemoryError, msg); in dvmThrowOutOfMemoryError()
DThread.cpp1318 dvmThrowExceptionFmt(gDvm.exOutOfMemoryError, in dvmCreateInterpThread()
/dalvik/vm/oo/
DArray.cpp54 dvmThrowExceptionFmt(gDvm.exOutOfMemoryError, in allocArray()