| .. | |||||
| assembler.rb | |||||
| block.rb | |||||
| branch_stub.rb | |||||
| c_pointer.rb | |||||
| c_type.rb | |||||
| code_block.rb | |||||
| compiler.rb | |||||
| context.rb | |||||
| entry_stub.rb | |||||
| exit_compiler.rb | |||||
| hooks.rb | |||||
| insn_compiler.rb | |||||
| instruction.rb | |||||
| invariants.rb | |||||
| jit_state.rb | |||||
| stats.rb | |||||
| type.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
| .. | |||||
| assembler.rb | |||||
| block.rb | |||||
| branch_stub.rb | |||||
| c_pointer.rb | |||||
| c_type.rb | |||||
| code_block.rb | |||||
| compiler.rb | |||||
| context.rb | |||||
| entry_stub.rb | |||||
| exit_compiler.rb | |||||
| hooks.rb | |||||
| insn_compiler.rb | |||||
| instruction.rb | |||||
| invariants.rb | |||||
| jit_state.rb | |||||
| stats.rb | |||||
| type.rb |