You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: truffle/src/com.oracle.truffle.api.bytecode/snapshot.sigtest
+28-2Lines changed: 28 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,26 @@ meth public static com.oracle.truffle.api.bytecode.BytecodeEncodingException cre
71
71
supr java.lang.RuntimeException
72
72
hfds serialVersionUID
73
73
74
+
CLSS public final com.oracle.truffle.api.bytecode.BytecodeFrame
75
+
meth public com.oracle.truffle.api.bytecode.BytecodeFrame copy()
76
+
meth public com.oracle.truffle.api.bytecode.BytecodeLocation getLocation()
77
+
meth public com.oracle.truffle.api.bytecode.BytecodeNode getBytecodeNode()
78
+
meth public int getArgumentCount()
79
+
meth public int getBytecodeIndex()
80
+
meth public int getLocalCount()
81
+
meth public java.lang.Object getArgument(int)
82
+
meth public java.lang.Object getFrameDescriptorInfo()
83
+
meth public java.lang.Object getLocalValue(int)
84
+
meth public java.lang.Object[] getLocalNames()
85
+
meth public static com.oracle.truffle.api.bytecode.BytecodeFrame get(com.oracle.truffle.api.TruffleStackTraceElement)
86
+
meth public static com.oracle.truffle.api.bytecode.BytecodeFrame get(com.oracle.truffle.api.frame.FrameInstance,com.oracle.truffle.api.frame.FrameInstance$FrameAccess)
87
+
meth public static com.oracle.truffle.api.bytecode.BytecodeFrame getNonVirtual(com.oracle.truffle.api.TruffleStackTraceElement)
88
+
meth public static com.oracle.truffle.api.bytecode.BytecodeFrame getNonVirtual(com.oracle.truffle.api.frame.FrameInstance)
89
+
meth public void setArgument(int,java.lang.Object)
90
+
meth public void setLocalValue(int,java.lang.Object)
91
+
supr java.lang.Object
92
+
hfds bytecode,bytecodeIndex,frame
93
+
74
94
CLSS public abstract com.oracle.truffle.api.bytecode.BytecodeLabel
meth protected final com.oracle.truffle.api.bytecode.BytecodeLocation findLocation(int)
121
144
meth protected final static java.lang.Object createDefaultStackTraceElement(com.oracle.truffle.api.TruffleStackTraceElement)
@@ -143,6 +166,8 @@ meth public abstract java.util.List<com.oracle.truffle.api.bytecode.LocalVariabl
143
166
meth public abstract java.util.List<com.oracle.truffle.api.bytecode.SourceInformation> getSourceInformation()
144
167
meth public abstract void setLocalValue(int,com.oracle.truffle.api.frame.Frame,int,java.lang.Object)
145
168
meth public abstract void setUncachedThreshold(int)
169
+
meth public final com.oracle.truffle.api.bytecode.BytecodeFrame createCopiedFrame(int,com.oracle.truffle.api.frame.Frame)
170
+
meth public final com.oracle.truffle.api.bytecode.BytecodeFrame createMaterializedFrame(int,com.oracle.truffle.api.frame.MaterializedFrame)
146
171
meth public final com.oracle.truffle.api.bytecode.BytecodeLocation getBytecodeLocation(com.oracle.truffle.api.frame.Frame,com.oracle.truffle.api.nodes.Node)
147
172
meth public final com.oracle.truffle.api.bytecode.BytecodeLocation getBytecodeLocation(com.oracle.truffle.api.frame.FrameInstance)
148
173
meth public final com.oracle.truffle.api.bytecode.BytecodeLocation getBytecodeLocation(int)
@@ -332,6 +357,7 @@ CLSS public abstract interface !annotation com.oracle.truffle.api.bytecode.Gener
332
357
intf java.lang.annotation.Annotation
333
358
meth public abstract !hasdefault boolean additionalAssertions()
334
359
meth public abstract !hasdefault boolean allowUnsafe()
360
+
meth public abstract !hasdefault boolean captureFramesForTrace()
335
361
meth public abstract !hasdefault boolean enableBlockScoping()
336
362
meth public abstract !hasdefault boolean enableBytecodeDebugListener()
337
363
meth public abstract !hasdefault boolean enableInstructionTracing()
@@ -758,7 +784,7 @@ meth public void printHistogram(java.io.PrintStream)
0 commit comments