Searched defs:BytecodeIterator (Results 1 – 4 of 4) sorted by relevance
23 struct BytecodeIterator { struct24 explicit BytecodeIterator(BytecodeInstruction inst) : inst_(inst) {} in BytecodeIterator() argument25 explicit BytecodeIterator(const uint8_t *data) : inst_(data) {} in BytecodeIterator() function
28 struct BytecodeIterator { struct29 explicit BytecodeIterator(BytecodeInst inst) : inst_(std::move(inst)) {} in BytecodeIterator() function30 explicit BytecodeIterator(const uint8_t *data) : inst_(data) {} in BytecodeIterator() function
37 class BytecodeIterator; variable872 BytecodeIterator(BytecodeCircuitBuilder *builder, in BytecodeIterator() function