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

Method IsInvoke

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

Determine if this instruction is an invoke.

Source from the content-addressed store, hash-verified

585
586 // Determine if this instruction is an invoke.
587 bool IsInvoke() const {
588 return (kInstructionDescriptors[Opcode()].flags & kInvoke) != 0;
589 }
590
591 // Determine if this instruction is experimental.
592 bool IsExperimental() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected