| 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. |
nothing calls this directly
no outgoing calls
no test coverage detected