Lines Matching refs:code
2 // Use of this source code is governed by a BSD-style license that can be
276 int code = instr->CodeValue();
278 base::SNPrintF(out_buffer_ + out_buffer_pos_, "0x%x(%u)", code, code);
409 DCHECK(STRING_STARTS_WITH(format, "code"));
589 // This is already known to be BREAK instr, just extract the code.
592 Format(instr, "break, code: 'code");
601 Format(instr, "break, code: 'code");
604 Format(instr, "break code: 'code");
1678 // The default name converter is called for unknown code. So we will not try