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

#addressObject

Returns the value of attribute address



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

def address
  @address
end

#ctxObject

Returns the value of attribute ctx



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

def ctx
  @ctx
end

#pcObject

Returns the value of attribute pc



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

def pc
  @pc
end