Searched refs:sizeOfInstr (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/adlc/
H A Dadlparse.cpp3165 char* sizeOfInstr = NULL; local
3171 sizeOfInstr = get_paren_expr("size expression");
3172 if (sizeOfInstr == NULL) {
3189 if (sizeOfInstr != NULL) {
3190 fprintf(stderr,"size of opcode: %s\n", sizeOfInstr);
3194 return sizeOfInstr;

Completed in 31 milliseconds