Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
internal_call_stack_trace.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include "
barretenberg/vm2/simulation/events/event_emitter.hpp
"
4
#include "
barretenberg/vm2/simulation/events/internal_call_stack_event.hpp
"
5
#include "
barretenberg/vm2/tracegen/trace_container.hpp
"
6
7
namespace
bb::avm2::tracegen
{
8
9
class
InternalCallStackBuilder
final {
10
public
:
11
void
process
(
const
simulation::EventEmitterInterface<simulation::InternalCallStackEvent>::Container
& events,
12
TraceContainer
&
trace
);
13
};
14
15
}
// namespace bb::avm2::tracegen
bb::avm2::simulation::EventEmitterInterface::Container
std::vector< Event > Container
Definition
event_emitter.hpp:13
bb::avm2::tracegen::InternalCallStackBuilder
Definition
internal_call_stack_trace.hpp:9
bb::avm2::tracegen::InternalCallStackBuilder::process
void process(const simulation::EventEmitterInterface< simulation::InternalCallStackEvent >::Container &events, TraceContainer &trace)
Process the internal call stack events and populate columns for the internal call stack sub-trace.
Definition
internal_call_stack_trace.cpp:15
bb::avm2::tracegen::TraceContainer
Definition
trace_container.hpp:24
trace
TestTraceContainer trace
Definition
data_copy.test.cpp:63
event_emitter.hpp
internal_call_stack_event.hpp
bb::avm2::tracegen
Definition
full_row.hpp:9
trace_container.hpp
src
barretenberg
vm2
tracegen
internal_call_stack_trace.hpp
Generated by
1.9.8