Home | History | Annotate | Download | only in dex

Lines Matching refs:block_name

1020       char block_name[BLOCK_NAME_LEN];
1022 GetBlockName(bb, block_name);
1023 fprintf(file, " %s [shape=invhouse];\n", block_name);