Home
last modified time | relevance | path

Searched refs:instruction_id (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dscheduler.cc422 std::string instruction_id = InstructionTypeId(instruction); in DumpAsDotNode() local
423 output << instruction_id << "[shape=record, label=\"" in DumpAsDotNode()
424 << instruction_id << ' ' << instruction->DebugName() << " ["; in DumpAsDotNode()
444 output << InstructionTypeId(predecessor_instruction) << ":s -> " << instruction_id << ":n " in DumpAsDotNode()
449 output << InstructionTypeId(predecessor_instruction) << ":s -> " << instruction_id << ":n " in DumpAsDotNode()