Class: AdLint::Cc1::UnmappedMemoryWindow
- Inherits:
-
MemoryWindow
- Object
- Memory
- MemoryBlock
- MemoryWindow
- AdLint::Cc1::UnmappedMemoryWindow
- Defined in:
- lib/adlint/cc1/object.rb
Instance Attribute Summary
Attributes inherited from MemoryBlock
Attributes inherited from Memory
Attributes included from Bindable
Instance Method Summary collapse
-
#initialize(owner) ⇒ UnmappedMemoryWindow
constructor
A new instance of UnmappedMemoryWindow.
Methods inherited from MemoryWindow
#_cascade_update, #dynamic?, #static?, #write
Methods included from Pluggable
Methods inherited from MemoryBlock
#_orig_write, #create_unmapped_window, #create_window, #write
Methods inherited from Memory
#_cascade_update, #dynamic?, #read, #static?, #write
Methods included from Bindable
Constructor Details
#initialize(owner) ⇒ UnmappedMemoryWindow
Returns a new instance of UnmappedMemoryWindow.
1290 1291 1292 |
# File 'lib/adlint/cc1/object.rb', line 1290 def initialize(owner) super(owner, owner.address, owner.byte_size) end |