Package | Description |
---|---|
org.eclipse.mat.collect |
Collections optimized for keys and values of ints and longs.
|
org.eclipse.mat.hprof |
Parser for HPROF dumps,
just a parser extension, not an Application Programming Interface (API).
|
org.eclipse.mat.parser.index |
Implementations for handling indexes.
|
org.eclipse.mat.parser.internal.oql.compiler |
Object Query Language (OQL) compiler (not API).
|
org.eclipse.mat.parser.model |
The implementation of key snapshot objects such as representing classes, arrays, and objects in the snapshot.
|
Modifier and Type | Method and Description |
---|---|
void |
ArrayLong.addAll(ArrayLong template)
append all of another
|
Constructor and Description |
---|
ArrayLong(ArrayLong template)
Create a list based on an existing ArrayInt, of size of the template
|
Modifier and Type | Field and Description |
---|---|
ArrayLong |
IHprofParserHandler.HeapObject.references |
Modifier and Type | Method and Description |
---|---|
void |
IndexWriter.LongIndexStreamer.addAll(ArrayLong array) |
void |
IndexWriter.IntArray1NWriter.log(IIndexReader.IOne2LongIndex identifier,
int index,
ArrayLong references) |
void |
IndexWriter.IntArray1NWriter.log(IndexWriter.Identifier identifier,
int index,
ArrayLong references) |
IIndexReader.IOne2LongIndex |
IndexWriter.LongIndexStreamer.writeTo(File indexFile,
ArrayLong array) |
Modifier and Type | Method and Description |
---|---|
ArrayLong |
Query.FromClause.getObjectAddresses() |
Modifier and Type | Method and Description |
---|---|
ArrayLong |
ClassImpl.getReferences() |
ArrayLong |
PrimitiveArrayImpl.getReferences() |
ArrayLong |
ObjectArrayImpl.getReferences() |
ArrayLong |
InstanceImpl.getReferences() |
abstract ArrayLong |
AbstractObjectImpl.getReferences()
Gets the outbound references from this object, as addresses.
|