Class: RubyVM::RJIT::BranchTarget
- Inherits:
-
Struct
- Object
- Struct
- RubyVM::RJIT::BranchTarget
- Defined in:
- lib/ruby_vm/rjit/branch_stub.rb
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#ctx ⇒ Object
Returns the value of attribute ctx.
-
#pc ⇒ Object
Returns the value of attribute pc.
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address
18 19 20 |
# File 'lib/ruby_vm/rjit/branch_stub.rb', line 18 def address @address end |
#ctx ⇒ Object
Returns the value of attribute ctx
18 19 20 |
# File 'lib/ruby_vm/rjit/branch_stub.rb', line 18 def ctx @ctx end |
#pc ⇒ Object
Returns the value of attribute pc
18 19 20 |
# File 'lib/ruby_vm/rjit/branch_stub.rb', line 18 def pc @pc end |