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

/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.cpp1881 NameAndList *expand_instr = NULL; local
1887 for(reset_instructions(); (expand_instr = iter_instructions()) != NULL; ) {
1888 fprintf(fp,"%s(", expand_instr->name());
1891 for( expand_instr->reset(); (opid = expand_instr->iter()) != NULL; ) {
H A Doutput_c.cpp1562 NameAndList *expand_instr = NULL; local
1564 (expand_instr = expand->iter_instructions()) != NULL; cnt++) {
1565 new_id = expand_instr->name();
1622 for( expand_instr->reset(); (opid = expand_instr->iter()) != NULL; ) {

Completed in 56 milliseconds