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

/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.cpp1949 NameList &op_list = (NameList &)_oplst; local
1950 op_list.reset();
1952 while( (op_name = op_list.iter()) != NULL ) {
1969 NameList &op_list = (NameList &)_oplst;
1970 op_list.reset();
1972 while( (op_name = op_list.iter()) != NULL ) {
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp1923 void insert_before(int i, LIR_List* op_list) { _operations.insert_before(i, op_list->instructions_list()); } argument

Completed in 208 milliseconds