Searched refs:code_offset (Results 1 – 2 of 2) sorted by relevance
60 [[nodiscard]] uint32_t code_offset() const { return code_.size(); } in code_offset() function
62 uint32_t pc() const { return code_->code_offset(); } in pc()