Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dscheduler.cc206 static const std::string InstructionTypeId(const HInstruction* instruction) { in InstructionTypeId() function
225 std::string instruction_id = InstructionTypeId(instruction); in DumpAsDotNode()
232 output << seperator << InstructionTypeId(input); in DumpAsDotNode()
247 output << InstructionTypeId(predecessor_instruction) << ":s -> " << instruction_id << ":n " in DumpAsDotNode()
252 output << InstructionTypeId(predecessor_instruction) << ":s -> " << instruction_id << ":n " in DumpAsDotNode()
272 output << InstructionTypeId(instruction) << ":s -> end_of_scheduling:n " in DumpAsDotGraph()