Home | History | Annotate | Download | only in compiler

Lines Matching defs:blockName

726             char blockName[BLOCK_NAME_LEN];
728 dvmGetBlockName(bb, blockName);
729 fprintf(file, " %s [shape=invhouse];\n", blockName);