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

/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_c.cpp2679 const char* first_reg_class = oper.in_reg_class(0, globals); local
2681 assert(first_reg_class != NULL, "did not find register mask");
2686 if (strcmp(first_reg_class, some_reg_class) != 0) {
2693 if (strcmp(first_reg_class, "stack_slots") == 0) {
2696 const char* first_reg_class_to_upper = toUpper(first_reg_class);

Completed in 36 milliseconds