Searched refs:StackFrame (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DStackValueRecord.java67 public StackFrame[] getStackFrames();
103 public List <StackFrame> asList();
H A DKernelStackRecord.java47 static final StackFrame[] EMPTY_FRAMES = new StackFrame[] {};
96 static StackFrame[]
104 StackFrame[] frames;
110 frames = new StackFrame[n];
112 frames[i] = new StackFrame(f[i]);
119 private StackFrame[] stackFrames;
159 KernelStackRecord(StackFrame[] frames, byte[] rawBytes)
179 for (StackFrame f : stackFrames) {
187 public StackFrame[]
[all...]
H A DStackFrame.java40 public final class StackFrame implements Serializable { class in inherits:Serializable
45 BeanInfo info = Introspector.getBeanInfo(StackFrame.class);
83 StackFrame(String f) method in class:StackFrame
110 * Compares the specified object with this {@code StackFrame} for
112 * object is also a {@code StackFrame} and both instances have the
116 * a {@code StackFrame} and both instances have the same
123 if (o instanceof StackFrame) {
124 StackFrame s = (StackFrame)o;
H A DUserStackRecord.java113 UserStackRecord(int pid, StackFrame[] frames, byte[] rawBytes)
128 public StackFrame[]
135 setStackFrames(StackFrame[] frames)
180 public List <StackFrame>
279 StackFrame[] frames = (StackFrame[])s.readObject();
H A DProbeData.java258 StackFrame[] frames = KernelStackRecord.parse(framesString);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java169 new StackFrame[] {
170 new StackFrame("has"),
171 new StackFrame("nine"),
172 new StackFrame("lives")},
192 StackFrame[] stackFrames = new StackFrame[] {
193 new StackFrame("Frame 1"),
194 new StackFrame("Frame 2"),
195 new StackFrame("Frame 3")
413 StackFrame[] frame
[all...]
/illumos-gate/usr/src/lib/libdtrace_jni/java/
H A DMakefile150 StackFrame \
/illumos-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java435 StackFrame[] frames = rec.getStackFrames();
439 for (StackFrame f : frames) {

Completed in 64 milliseconds