Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgraph_visualizer.cc738 output_ << " " << kEndInstructionMarker << "\n"; in PrintInstructions()
785 output_ << kEndInstructionMarker << "\n"; in DumpDisassemblyBlockForFrameEntry()
803 output_ << kEndInstructionMarker << "\n"; in DumpDisassemblyBlockForSlowPaths()
876 static constexpr const char* const kEndInstructionMarker = "<|@"; member in art::HGraphVisualizerPrinter