| 1311 | return method_.code_off_; |
| 1312 | } |
| 1313 | const uint8_t* DataPointer() const { |
| 1314 | return ptr_pos_; |
| 1315 | } |
| 1316 | const uint8_t* EndDataPointer() const { |
| 1317 | CHECK(!HasNext()); |
| 1318 | return ptr_pos_; |
nothing calls this directly
no outgoing calls
no test coverage detected