File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/lib Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 5353import com .oracle .graal .python .nodes .object .GetClassNode ;
5454import com .oracle .graal .python .runtime .exception .PException ;
5555import com .oracle .graal .python .runtime .object .PythonObjectFactory ;
56- import com .oracle .truffle .api .HostCompilerDirectives .BytecodeInterpreterSwitch ;
5756import com .oracle .truffle .api .dsl .Cached ;
5857import com .oracle .truffle .api .dsl .GenerateUncached ;
5958import com .oracle .truffle .api .dsl .ImportStatic ;
6766@ GenerateUncached
6867@ ImportStatic (SpecialMethodSlot .class )
6968public abstract class PyObjectGetIter extends Node {
70- @ BytecodeInterpreterSwitch
7169 public abstract Object execute (Frame frame , Object receiver );
7270
7371 @ Specialization
Original file line number Diff line number Diff line change 6060import com .oracle .graal .python .nodes .util .CannotCastException ;
6161import com .oracle .graal .python .nodes .util .CastToJavaBooleanNode ;
6262import com .oracle .graal .python .nodes .util .CastToJavaIntLossyNode ;
63- import com .oracle .truffle .api .HostCompilerDirectives .BytecodeInterpreterSwitch ;
6463import com .oracle .truffle .api .dsl .Cached ;
6564import com .oracle .truffle .api .dsl .Cached .Shared ;
6665import com .oracle .truffle .api .dsl .GenerateUncached ;
8079@ GenerateUncached
8180@ ImportStatic (SpecialMethodSlot .class )
8281public abstract class PyObjectIsTrueNode extends PNodeWithContext {
83- @ BytecodeInterpreterSwitch
8482 public abstract boolean execute (Frame frame , Object object );
8583
8684 protected abstract Object executeObject (Frame frame , Object object );
You can’t perform that action at this time.
0 commit comments