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

Method FlagsOf

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

Returns the flags for the given opcode.

Source from the content-addressed store, hash-verified

533
534 // Returns the flags for the given opcode.
535 static uint8_t FlagsOf(Code opcode) {
536 return kInstructionDescriptors[opcode].flags;
537 }
538
539 // Return the verify flags for the given opcode.
540 static uint32_t VerifyFlagsOf(Code opcode) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected