AlkantarClanX12
Current Path : /proc/self/root/opt/alt/ruby33/share/ruby/ruby_vm/rjit/ |
Current File : //proc/self/root/opt/alt/ruby33/share/ruby/ruby_vm/rjit/entry_stub.rb |
module RubyVM::RJIT class EntryStub < Struct.new( :start_addr, # @param [Integer] Stub source start address to be re-generated :end_addr, # @param [Integer] Stub source end address to be re-generated ) end end