Searched refs:lst (Results 26 - 32 of 32) sorted by relevance

12

/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/reader/internalizer/
H A DInternalizer.java493 NodeList lst = decl.getChildNodes();
494 for( int i=0; i<lst.getLength(); i++ ) {
495 Node n = lst.item(i);
/openjdk10/hotspot/src/share/vm/adlc/
H A Dadlparse.cpp341 ChainList *lst = (ChainList *)_AD._chainRules[optype]; local
342 if (lst == NULL) {
343 lst = new ChainList();
344 _AD._chainRules.Insert(optype, lst);
346 if (!lst->search(instr->_matrule->_lChild->_opType)) {
354 lst->insert(instr->_matrule->_lChild->_opType,cost,instr->_ident);
358 lst = (ChainList *)_AD._chainRules[result];
359 if (lst == NULL) {
360 lst = new ChainList();
361 _AD._chainRules.Insert(result, lst);
384 ChainList *lst = (ChainList *)_AD._chainRules[chain_op]; local
[all...]
H A Ddfa.cpp322 ChainList *lst = (ChainList *)_chainRules[operand]; local
323 if (lst) {
326 for(lst->reset(); (lst->iter(result,cost,rule)) == true; ) {
H A Doutput_h.cpp292 ComponentList &lst, bool is_ideal_bool,
305 lst.reset();
306 if ((comp = lst.iter()) == NULL) {
325 lst.reset();
326 while((comp = lst.iter()) != NULL) {
291 defineConstructor(FILE *fp, const char *name, uint num_consts, ComponentList &lst, bool is_ideal_bool, Form::DataType constant_type, FormDict &globals) argument
/openjdk10/jdk/src/java.base/share/classes/java/util/
H A DArrayList.java1334 ArrayList<E> lst = root;
1336 if ((a = lst.elementData) != null) {
1348 if (lst.modCount == mc)
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/schemagen/
H A DXmlSchemaGenerator.java1061 List lst = e.simpleType().list();
1062 writeTypeRef(lst,t, "itemType");
/openjdk10/nashorn/test/script/basic/
H A DJDK-8017084.js8657 lst: 8626,

Completed in 543 milliseconds

12