Lines Matching refs:code_
965 << InstructionOperandAsJSON{&op, &(live_range_json.code_)};
971 &(live_range_json.code_)};
1028 os << LiveRangeAsJSON{*child, top_level_live_range_json.code_};
1065 PrintTopLevelLiveRanges(os, ac_data.fixed_double_live_ranges(), ac.code_);
1067 PrintTopLevelLiveRanges(os, ac_data.fixed_live_ranges(), ac.code_);
1069 PrintTopLevelLiveRanges(os, ac_data.live_ranges(), ac.code_);
1087 const InstructionSequence* code = o.code_;
1249 os << "[" << InstructionOperandAsJSON{&move->destination(), i_json.code_}
1250 << "," << InstructionOperandAsJSON{&move->source(), i_json.code_}
1262 os << InstructionOperandAsJSON{instr->OutputAt(i), i_json.code_};
1271 os << InstructionOperandAsJSON{instr->InputAt(i), i_json.code_};
1280 os << InstructionOperandAsJSON{instr->TempAt(i), i_json.code_};
1290 const InstructionSequence* code = b.code_;