Class: RubyVM::RJIT::BranchStub
- Inherits:
-
Struct
- Object
- Struct
- RubyVM::RJIT::BranchStub
- Defined in:
- lib/ruby_vm/rjit/branch_stub.rb
Overview
neither targets is a fallthrough
Instance Attribute Summary collapse
-
#compile ⇒ Object
Returns the value of attribute compile.
-
#end_addr ⇒ Object
Returns the value of attribute end_addr.
-
#iseq ⇒ Object
Returns the value of attribute iseq.
-
#shape ⇒ Object
Returns the value of attribute shape.
-
#start_addr ⇒ Object
Returns the value of attribute start_addr.
-
#target0 ⇒ Object
Returns the value of attribute target0.
-
#target1 ⇒ Object
Returns the value of attribute target1.
Instance Attribute Details
#compile ⇒ Object
Returns the value of attribute compile
7 8 9 |
# File 'lib/ruby_vm/rjit/branch_stub.rb', line 7 def compile @compile end |
#end_addr ⇒ Object
Returns the value of attribute end_addr
7 8 9 |
# File 'lib/ruby_vm/rjit/branch_stub.rb', line 7 def end_addr @end_addr end |
#iseq ⇒ Object
Returns the value of attribute iseq
7 8 9 |
# File 'lib/ruby_vm/rjit/branch_stub.rb', line 7 def iseq @iseq end |
#shape ⇒ Object
Returns the value of attribute shape
7 8 9 |
# File 'lib/ruby_vm/rjit/branch_stub.rb', line 7 def shape @shape end |
#start_addr ⇒ Object
Returns the value of attribute start_addr
7 8 9 |
# File 'lib/ruby_vm/rjit/branch_stub.rb', line 7 def start_addr @start_addr end |
#target0 ⇒ Object
Returns the value of attribute target0
7 8 9 |
# File 'lib/ruby_vm/rjit/branch_stub.rb', line 7 def target0 @target0 end |
#target1 ⇒ Object
Returns the value of attribute target1
7 8 9 |
# File 'lib/ruby_vm/rjit/branch_stub.rb', line 7 def target1 @target1 end |