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

/openjdk7/hotspot/src/share/vm/opto/
H A Dvectornode.cpp165 bool VectorNode::implemented(int opc, uint vlen, BasicType bt) { function in class:VectorNode
252 guarantee(vopc > 0, err_msg_res("Vector for '%s' is not implemented", NodeClassNames[opc]));
H A Dsuperword.cpp1016 // Remove packs that are not implemented or not profitable.
1019 // Remove packs that are not implemented
1022 bool impl = implemented(pk);
1063 //------------------------------implemented---------------------------
1065 bool SuperWord::implemented(Node_List* p) { function in class:SuperWord
1067 return VectorNode::implemented(p0->Opcode(), p->size(), velt_basic_type(p0));
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DSymbol.java1083 public Symbol implemented(TypeSymbol c, Types types) { method in class:Symbol.MethodSymbol
1091 impl = implemented(i, types);
1428 * @param <R> the return type of the operation implemented by this
1431 * symbol itself) of the operation implemented by this visitor; use

Completed in 32 milliseconds