Searched refs:json_instr (Results 1 – 1 of 1) sorted by relevance
1335 InstructionAsJSON json_instr = {-1, nullptr, code}; in operator <<() local1341 json_instr.index_ = j; in operator <<()1342 json_instr.instr_ = code->InstructionAt(j); in operator <<()1343 os << json_instr; in operator <<()