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

Method IsSwitch

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

Returns true if this instruction is a switch.

Source from the content-addressed store, hash-verified

565
566 // Returns true if this instruction is a switch.
567 bool IsSwitch() const {
568 return (kInstructionDescriptors[Opcode()].flags & kSwitch) != 0;
569 }
570
571 // Returns true if this instruction can throw.
572 bool IsThrow() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected