Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_graph.cc1020 char block_name[BLOCK_NAME_LEN]; in DumpCFG() local
1022 GetBlockName(bb, block_name); in DumpCFG()
1023 fprintf(file, " %s [shape=invhouse];\n", block_name); in DumpCFG()