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

Method Name

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

Returns the name of this instruction's opcode.

Source from the content-addressed store, hash-verified

280
281 // Returns the name of this instruction's opcode.
282 const char* Name() const {
283 return Instruction::Name(Opcode());
284 }
285
286 // Returns the name of the given opcode.
287 static const char* Name(Code opcode) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected