Searched refs:_arg2 (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/debug/
H A Ddebug_trace.h80 #define DTRACE_PRINT2(_fmt, _arg1, _arg2) \
81 _DTrace_Template(DTrace_VPrint, 2, (_fmt), (_arg1), (_arg2), 0, 0, 0, 0, 0, 0)
82 #define DTRACE_PRINT3(_fmt, _arg1, _arg2, _arg3) \
83 _DTrace_Template(DTrace_VPrint, 3, (_fmt), (_arg1), (_arg2), (_arg3), 0, 0, 0, 0, 0)
84 #define DTRACE_PRINT4(_fmt, _arg1, _arg2, _arg3, _arg4) \
85 _DTrace_Template(DTrace_VPrint, 4, (_fmt), (_arg1), (_arg2), (_arg3), (_arg4), 0, 0, 0, 0)
86 #define DTRACE_PRINT5(_fmt, _arg1, _arg2, _arg3, _arg4, _arg5) \
87 _DTrace_Template(DTrace_VPrint, 5, (_fmt), (_arg1), (_arg2), (_arg3), (_arg4), (_arg5), 0, 0, 0)
88 #define DTRACE_PRINT6(_fmt, _arg1, _arg2, _arg3, _arg4, _arg5, _arg6) \
89 _DTrace_Template(DTrace_VPrint, 6, (_fmt), (_arg1), (_arg2), (_arg
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DDocumentCall.java47 private Expression _arg2 = null; field in class:DocumentCall
89 _arg2 = argument(1);
91 if (_arg2 == null) {// should not happened
96 final Type arg2Type = _arg2.typeCheck(stable);
99 _arg2 = new CastExpr(_arg2, Type.NodeSet);
145 //_arg2 == null was tested in typeChec()
146 _arg2.translate(classGen, methodGen);
147 _arg2.startIterator(classGen, methodGen);

Completed in 350 milliseconds