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

Method Next

Bcore/src/main/cpp/dex/dex_instruction.h:247–249  ·  view source on GitHub ↗

Returns a pointer to the next instruction in the stream.

Source from the content-addressed store, hash-verified

245
246 // Returns a pointer to the next instruction in the stream.
247 const Instruction* Next() const {
248 return RelativeAt(SizeInCodeUnits());
249 }
250
251 // Returns a pointer to the instruction after this 1xx instruction in the stream.
252 const Instruction* Next_1xx() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected