Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
module RubyVM::MJIT
class JITState < Struct.new(
:pc, # @param [Integer]
)
def operand(index)
C.VALUE.new(pc)[index + 1]
end