Searched defs:BytecodeInstructions (Results 1 – 2 of 2) sorted by relevance
46 struct BytecodeInstructions { struct47 BytecodeInstructions(const uint8_t *data, size_t size) : data_(data), size_(size) {} in BytecodeInstructions() argument50 BytecodeIterator begin() const in begin()55 BytecodeIterator end() const in end()60 size_t GetPc(const BytecodeInstruction inst) const in GetPc()64 size_t GetSize() const in GetSize()71 size_t size_;
52 struct BytecodeInstructions { struct53 BytecodeInstructions(const uint8_t *data, size_t size) : data_(data), size_(size) {} in BytecodeInstructions() argument56 BytecodeIterator begin() const in begin()61 BytecodeIterator end() const in end()66 size_t GetPc(const BytecodeInstruction INST) const in GetPc()71 size_t GetSize() const in GetSize()78 size_t size_;