Lines Matching refs:BytecodeId
38 class BytecodeId {
40 constexpr explicit BytecodeId(uint32_t id) : id_(id) {} in BytecodeId() function
42 constexpr BytecodeId() = default;
44 ~BytecodeId() = default;
46 DEFAULT_COPY_SEMANTIC(BytecodeId);
47 NO_MOVE_SEMANTIC(BytecodeId);
70 bool operator==(BytecodeId id) const noexcept
75 friend std::ostream &operator<<(std::ostream &stream, BytecodeId id)
243 BytecodeId GetId() const;
251 BytecodeId GetId(size_t idx = 0) const;
253 void UpdateId(BytecodeId new_id, uint32_t idx = 0);