Class: RubyVM::RJIT::EntryStub

Inherits:
Struct show all
Defined in:
lib/ruby_vm/rjit/entry_stub.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Struct

#as_json, json_create, #pretty_print, #pretty_print_cycle, #to_json

Instance Attribute Details

#end_addrObject

Returns the value of attribute end_addr

Returns:

  • (Object)

    the current value of end_addr



2
3
4
# File 'lib/ruby_vm/rjit/entry_stub.rb', line 2

def end_addr
  @end_addr
end

#start_addrObject

Returns the value of attribute start_addr

Returns:

  • (Object)

    the current value of start_addr



2
3
4
# File 'lib/ruby_vm/rjit/entry_stub.rb', line 2

def start_addr
  @start_addr
end