OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OutOfMemoryError
(Results
1 - 12
of
12
) sorted by null
/libcore/luni/src/main/java/java/lang/
OutOfMemoryError.java
25
public class
OutOfMemoryError
extends VirtualMachineError {
30
* Constructs a new {@code
OutOfMemoryError
} that includes the current stack
33
public
OutOfMemoryError
() {
37
* Constructs a new {@code
OutOfMemoryError
} with the current stack trace
43
public
OutOfMemoryError
(String detailMessage) {
/libcore/luni/src/main/java/java/util/concurrent/
PriorityBlockingQueue.java
21
* (causing {@code
OutOfMemoryError
}). This class does not permit
97
*
OutOfMemoryError
: Requested array size exceeds VM limit
260
throw new
OutOfMemoryError
();
[
all
...]
/libcore/luni/src/main/java/java/math/
BigInt.java
61
throw new
OutOfMemoryError
();