Home
last modified time | relevance | path

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

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