Searched refs:opcode_ (Results 1 – 1 of 1) sorted by relevance
238 Op opcode() const { return opcode_; } in opcode()246 : opcode_{opcode}, method_id_{method_id}, result_is_object_{false}, dest_{dest}, args_{} {} in Instruction()251 : opcode_{opcode}, in Instruction()257 const Op opcode_; variable