Home | History | Annotate | Download | only in compiler

Lines Matching refs:blockName

701             char blockName[BLOCK_NAME_LEN];
703 dvmGetBlockName(bb, blockName);
704 fprintf(file, " %s [shape=invhouse];\n", blockName);