MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / DecodeDebugLocalInfo

Method DecodeDebugLocalInfo

Bcore/src/main/cpp/dex/code_item_accessors-inl.h:188–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186
187template<typename NewLocalCallback>
188inline 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected