Searched defs:arg2 (Results 76 - 79 of 79) sorted by relevance

1234

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/compact/
H A DCompactSyntax.java207 private void error(String key, String arg1, String arg2, Token tok) { argument
208 doError(localizer.message(key, arg1, arg2), tok);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp3104 LIR_Opr LIRGenerator::call_runtime(Value arg1, Value arg2, address entry, ValueType* result_type, CodeEmitInfo* info) { argument
3107 LIRItem value2(arg2, this);
3112 signature.append(as_BasicType(arg2->type()));
H A Dc1_LIR.hpp2063 void pow (LIR_Opr arg1, LIR_Opr arg2, LIR_Opr res, LIR_Opr tmp1, LIR_Opr tmp2, LIR_Opr tmp3, LIR_Opr tmp4, LIR_Opr tmp5) { append(new LIR_Op2(lir_pow, arg1, arg2, res, tmp1, tmp2, tmp3, tmp4, tmp5)); } argument
/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp1167 Node* arg2 = argument(1); local
1168 set_result(_gvn.transform(new (C) AryEqNode(control(), memory(TypeAryPtr::CHARS), arg1, arg2)));

Completed in 84 milliseconds

1234