| 186 | |
| 187 | template<typename NewLocalCallback> |
| 188 | inline bool CodeItemDebugInfoAccessor::DecodeDebugLocalInfo(bool is_static, |
| 189 | uint32_t method_idx, |
| 190 | NewLocalCallback new_local, |
| 191 | void* context) const { |
| 192 | return dex_file_->DecodeDebugLocalInfo(RegistersSize(), |
| 193 | InsSize(), |
| 194 | InsnsSizeInCodeUnits(), |
| 195 | DebugInfoOffset(), |
| 196 | is_static, |
| 197 | method_idx, |
| 198 | new_local, |
| 199 | context); |
| 200 | } |
| 201 | |
| 202 | } // namespace art_lkchan |
| 203 |
nothing calls this directly
no outgoing calls
no test coverage detected