|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <addressing.hpp>
Public Member Functions | |
| Addressing (const InstructionInfoDBInterface &instruction_info_db, GreaterThanInterface >, EventEmitterInterface< AddressingEvent > &event_emitter) | |
| std::vector< Operand > | resolve (const Instruction &instruction, MemoryInterface &memory) override |
Public Member Functions inherited from bb::avm2::simulation::AddressingInterface | |
| virtual | ~AddressingInterface ()=default |
Private Member Functions | |
| bool | is_address_out_of_range (const FF &address) |
Private Attributes | |
| const InstructionInfoDBInterface & | instruction_info_db |
| GreaterThanInterface & | gt |
| EventEmitterInterface< AddressingEvent > & | events |
Definition at line 19 of file addressing.hpp.
|
inline |
Definition at line 21 of file addressing.hpp.
|
private |
Definition at line 138 of file addressing.cpp.
|
overridevirtual |
Implements bb::avm2::simulation::AddressingInterface.
Definition at line 20 of file addressing.cpp.
|
private |
Definition at line 34 of file addressing.hpp.
|
private |
Definition at line 33 of file addressing.hpp.
|
private |
Definition at line 32 of file addressing.hpp.