|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ILocation | |
---|---|
com.jrockit.memleak | Provides classes and interfaces for obtaining memory leak information from a Oracle JRockit virtual machine |
com.jrockit.memleak.util | |
com.jrockit.memleak.value |
Uses of ILocation in com.jrockit.memleak |
---|
Methods in com.jrockit.memleak that return ILocation | |
---|---|
ILocation |
IMemleakValueFactory.createLocation(IMethodInfo methodInfo,
int line)
Create a ILocation value object. |
ILocation[] |
ITrace.getStack()
The stack trace. |
Methods in com.jrockit.memleak with parameters of type ILocation | |
---|---|
ITrace |
IMemleakValueFactory.createTrace(int count,
ILocation[] stack)
Create ITrace value object. |
Uses of ILocation in com.jrockit.memleak.util |
---|
Methods in com.jrockit.memleak.util that return ILocation | |
---|---|
ILocation |
DelegatingValueFactory.createLocation(IMethodInfo methodInfo,
int line)
|
Methods in com.jrockit.memleak.util with parameters of type ILocation | |
---|---|
ITrace |
DelegatingValueFactory.createTrace(int count,
ILocation[] stack)
|
Uses of ILocation in com.jrockit.memleak.value |
---|
Classes in com.jrockit.memleak.value that implement ILocation | |
---|---|
class |
Location
Default ILocation implementation. |
Methods in com.jrockit.memleak.value that return ILocation | |
---|---|
ILocation |
ValueFactory.createLocation(IMethodInfo methodInfo,
int line)
|
ILocation[] |
Trace.getStack()
|
Methods in com.jrockit.memleak.value with parameters of type ILocation | |
---|---|
ITrace |
ValueFactory.createTrace(int count,
ILocation[] stack)
|
Constructors in com.jrockit.memleak.value with parameters of type ILocation | |
---|---|
Trace(int count,
ILocation[] stack)
Create a new stack trace. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |