Searched defs:BytecodeIterator (Results 1 – 3 of 3) sorted by relevance
23 struct BytecodeIterator { struct24 explicit BytecodeIterator(BytecodeInstruction inst) : inst_(inst) {} in BytecodeIterator() function25 explicit BytecodeIterator(const uint8_t *data) : inst_(data) {} in BytecodeIterator() argument
37 class BytecodeIterator; variable836 BytecodeIterator(BytecodeCircuitBuilder *builder, in BytecodeIterator() function