Searched refs:i_json (Results 1 – 1 of 1) sorted by relevance
1213 std::ostream& operator<<(std::ostream& os, const InstructionAsJSON& i_json) { in operator <<() argument1214 const Instruction* instr = i_json.instr_; in operator <<()1217 os << "\"id\": " << i_json.index_ << ","; in operator <<()1249 os << "[" << InstructionOperandAsJSON{&move->destination(), i_json.code_} in operator <<()1250 << "," << InstructionOperandAsJSON{&move->source(), i_json.code_} in operator <<()1262 os << InstructionOperandAsJSON{instr->OutputAt(i), i_json.code_}; in operator <<()1271 os << InstructionOperandAsJSON{instr->InputAt(i), i_json.code_}; in operator <<()1280 os << InstructionOperandAsJSON{instr->TempAt(i), i_json.code_}; in operator <<()