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

Method GetVarArgs

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

Source from the content-addressed store, hash-verified

464 bool HasVarArgs() const;
465 void GetVarArgs(uint32_t args[kMaxVarArgRegs], uint16_t inst_data) const;
466 void GetVarArgs(uint32_t args[kMaxVarArgRegs]) const {
467 return GetVarArgs(args, Fetch16(0));
468 }
469
470 // Returns the opcode field of the instruction. The given "inst_data" parameter must be the first
471 // 16 bits of instruction.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected