Searched refs:OP_FUNCTION (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/compiler/
H A DOpCodes.java368 * [OP_FUNCTION]
383 public static final int OP_FUNCTION = 25; field in class:OpCodes
H A DCompiler.java177 case OpCodes.OP_FUNCTION :
848 case OpCodes.OP_FUNCTION :
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/axes/
H A DWalkerFactory.java340 case OpCodes.OP_FUNCTION :
447 case OpCodes.OP_FUNCTION:
486 case OpCodes.OP_FUNCTION :
514 case OpCodes.OP_FUNCTION:
595 case OpCodes.OP_FUNCTION :
694 case OpCodes.OP_FUNCTION :
998 case OpCodes.OP_FUNCTION :
1008 case OpCodes.OP_FUNCTION :
1139 case OpCodes.OP_FUNCTION :
1189 case OpCodes.OP_FUNCTION
[all...]
H A DFilterExprWalker.java37 * Walker for the OP_VARIABLE, or OP_EXTFUNCTION, or OP_FUNCTION, or OP_GROUP,
73 case OpCodes.OP_FUNCTION :
80 //if((OpCodes.OP_FUNCTION == stepType) && (m_expr instanceof com.sun.org.apache.xalan.internal.templates.FuncKey))
H A DUnionPathIterator.java354 case OpCodes.OP_FUNCTION :

Completed in 90 milliseconds