| 83 | } |
| 84 | |
| 85 | inline void reset_current_ins(const intptr_t idx, uint32_t *__restrict outp) { |
| 86 | this->dat[idx].insp = outp; |
| 87 | } |
| 88 | |
| 89 | void |
| 90 | insert_fix_map(const intptr_t idx, uint32_t *bp, uint32_t ls = 0u, uint32_t ad = 0xffffffffu) { |
nothing calls this directly
no outgoing calls
no test coverage detected