Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgraph_visualizer.cc614 output_ << " " << kEndInstructionMarker << "\n"; in PrintInstructions()
661 output_ << kEndInstructionMarker << "\n"; in DumpDisassemblyBlockForFrameEntry()
679 output_ << kEndInstructionMarker << "\n"; in DumpDisassemblyBlockForSlowPaths()
752 static constexpr const char* const kEndInstructionMarker = "<|@"; member in art::HGraphVisualizerPrinter