Class: RubyVM::RJIT::EntryStub
- Inherits:
-
Struct
- Object
- Struct
- RubyVM::RJIT::EntryStub
- Defined in:
- lib/ruby_vm/rjit/entry_stub.rb
Instance Attribute Summary collapse
-
#end_addr ⇒ Object
Returns the value of attribute end_addr.
-
#start_addr ⇒ Object
Returns the value of attribute start_addr.
Instance Attribute Details
#end_addr ⇒ Object
Returns the value of attribute end_addr
2 3 4 |
# File 'lib/ruby_vm/rjit/entry_stub.rb', line 2 def end_addr @end_addr end |
#start_addr ⇒ Object
Returns the value of attribute start_addr
2 3 4 |
# File 'lib/ruby_vm/rjit/entry_stub.rb', line 2 def start_addr @start_addr end |