Class: RubyVM::RJIT::BranchTarget

Inherits:
Struct
  • Object
show all
Defined in:
lib/ruby_vm/rjit/branch_stub.rb

Instance Attribute Summary collapse

Instance Attribute Details

#address ⇒ Object

Returns the value of attribute address

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of pc



18
19
20
# File 'lib/ruby_vm/rjit/branch_stub.rb', line 18

def pc
  @pc
end