Searched defs:indexStr (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/adlc/
H A DarchDesc.cpp502 const char *indexStr = getMatchListIndex(*mrule); local
503 index = (intptr_t)_idealIndex[indexStr];
505 fprintf(stderr, "Ideal node missing: %s\n", indexStr);
572 const char *indexStr = node ? node->_opType : (char *) " "; local
573 index = (intptr_t)_idealIndex[indexStr];
575 fprintf(stderr, "error: operand \"%s\" not found\n", indexStr);

Completed in 26 milliseconds