Home | History | Annotate | Download | only in runtime

Lines Matching refs:reg_num

808         uint32_t reg_num = DecodeUnsignedLeb128(&ptr_);
809 if (reg_num >= 65536) {
810 LOG(ERROR) << StringPrintf("Bad reg_num for opcode %x", opcode);
831 uint32_t reg_num = DecodeUnsignedLeb128(&ptr_);
832 if (reg_num >= 65536) {
833 LOG(ERROR) << StringPrintf("Bad reg_num for opcode %x", opcode);
839 uint32_t reg_num = DecodeUnsignedLeb128(&ptr_);
840 if (reg_num >= 65536) {
841 LOG(ERROR) << StringPrintf("Bad reg_num for opcode %x", opcode);