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

/openjdk7/hotspot/src/share/vm/opto/
H A Dvectornode.cpp406 Node* adr, const TypePtr* atyp, uint vlen, BasicType bt) {
408 return new (C) LoadVectorNode(ctl, mem, adr, atyp, vt);
413 Node* adr, const TypePtr* atyp, Node* val,
415 return new (C) StoreVectorNode(ctl, mem, adr, atyp, val);
405 make(Compile* C, int opc, Node* ctl, Node* mem, Node* adr, const TypePtr* atyp, uint vlen, BasicType bt) argument
412 make(Compile* C, int opc, Node* ctl, Node* mem, Node* adr, const TypePtr* atyp, Node* val, uint vlen) argument
H A Dvectornode.hpp375 Node* adr, const TypePtr* atyp, uint vlen, BasicType bt);
398 Node* adr, const TypePtr* atyp, Node* val,
H A Dsuperword.cpp1377 const TypePtr* atyp = n->adr_type(); local
1378 vn = LoadVectorNode::make(C, opc, ctl, mem, adr, atyp, vlen, velt_basic_type(n));
1386 const TypePtr* atyp = n->adr_type(); local
1387 vn = StoreVectorNode::make(C, opc, ctl, mem, adr, atyp, val, vlen);
/openjdk7/jdk/test/java/net/Socks/
H A DSocksServer.java404 int atyp = in.read();
408 switch(atyp) {

Completed in 77 milliseconds