|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Compiler class is provided to support the
Initialization Time Compilation (ITC for short) via application
code.function field for a single provider.function field for a DTrace probe.byte at the given offset.
number bytes starting at the given offset and assign
them to the byte array passed starting at position low.
ProviderFactory which
creates instances of Providers.
offset.
number double values starting at the
given offset in this, and assigns them into the
double array starting at position low.
offset.
number float values starting at the
given offset in this and assign them into the
byte array starting at position low.
int at the given offset.
number integers starting at the given offset
and assign them to the int array passed starting at position
low.
long at the given offset.
number longs starting at the given offset and assign
them to the long array passed starting at position low.
short at the given offset.
number shorts starting at the given offset and assign
them to the short array passed starting at position low.
module field for a single provider.module field for a DTrace probe.name field for a single provider.Probe interface represents a tracepoint.Provider is a superinterface for user-defined tracing providers.provider field for a single provider.ProviderFactory is a factory class used to create instances of
providers.byte at the given offset.
number bytes starting at the given offset from the
byte array passed starting at position low.
offset.
number double values starting at the
given offset in this, and assigns them into the
double array starting at position low.
offset.
number float values starting at the
given offset in this from the byte array
starting at position low.
int at the given offset.
number ints starting at the given offset from the
int array passed starting at position low.
long at the given offset.
number longs starting at the given offset from the
long array passed starting at position low.
short at the given offset.
number shorts starting at the given offset from the
short array passed starting at position low.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||