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

Method FormatOf

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

Returns the format of the given opcode.

Source from the content-addressed store, hash-verified

523
524 // Returns the format of the given opcode.
525 static Format FormatOf(Code opcode) {
526 return kInstructionDescriptors[opcode].format;
527 }
528
529 // Returns the index type of the given opcode.
530 static IndexType IndexTypeOf(Code opcode) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected