Interface | Description |
---|---|
Sampler |
This interface describes a function that is used to sample an allocation.
|
Class | Description |
---|---|
AllocationInstrumenter |
Instruments bytecodes that allocate heap memory to call a recording hook.
|
AllocationRecorder |
The logic for recording allocations, called from bytecode rewritten by
AllocationInstrumenter . |
VerifyingClassAdapter |
This is a class writer that gets used in place of the existing
ClassWriter , and verifies properties of the class getting written. |
Enum | Description |
---|---|
VerifyingClassAdapter.State |
An enum which indicates whether the class in question is verified.
|
Copyright © 2009-2013 Google, Inc.. All Rights Reserved.