Lines Matching refs:code
2 // Use of this source code is governed by a BSD-style license that can be
1043 const InstructionSequence& code) {
1053 os << TopLevelLiveRangeAsJSON{*range, code};
1087 const InstructionSequence* code = o.code_;
1143 tooltip << code->GetConstant(vreg);
1168 tooltip << code->GetImmediate(imm);
1290 const InstructionSequence* code = b.code_;
1317 InstructionOperandAsJSON json_op = {nullptr, code};
1335 InstructionAsJSON json_instr = {-1, nullptr, code};
1342 json_instr.instr_ = code->InstructionAt(j);
1352 const InstructionSequence* code = s.sequence_;
1357 for (int i = 0; i < code->InstructionBlockCount(); i++) {
1361 code->InstructionBlockAt(RpoNumber::FromInt(i)), code};