Searched refs:signature (Results 351 - 375 of 458) sorted by relevance

<<111213141516171819

/openjdk7/hotspot/src/share/vm/oops/
H A DmethodKlass.cpp230 st->print (" - signature: "); m->signature()->print_value_on(st); st->cr();
296 st->print_cr(" - signature handler: " INTPTR_FORMAT, m->signature_handler());
309 m->signature()->print_value_on(st);
H A DklassVtable.hpp74 int index_of_miranda(Symbol* name, Symbol* signature);
/openjdk7/hotspot/src/share/vm/prims/
H A DmethodHandles.cpp36 #include "runtime/signature.hpp"
202 vmindex = vt->index_of_miranda(m->name(), m->signature());
291 // A method is signature polymorphic if and only if all of the following conditions hold :
341 // The ID _invokeGeneric stands for all non-static signature-polymorphic methods, except built-ins.
343 // The only built-in non-static signature-polymorphic method is MethodHandle.invokeBasic:
346 // There is one static signature-polymorphic method for each JVM invocation mode.
377 // convert the external string or reflective type to an internal signature
638 // convert the external string or reflective type to an internal signature
640 if (type == NULL) return empty; // no such signature exists in the VM
702 oop type = field_signature_type_or_null(fd.signature());
[all...]
H A Djni.cpp70 #include "runtime/signature.hpp"
1099 JNI_ArgumentPusher(Symbol* signature) : SignatureIterator(signature) { argument
1155 JNI_ArgumentPusherVaArg(Symbol* signature, va_list rap) argument
1156 : JNI_ArgumentPusher(signature) {
1160 : JNI_ArgumentPusher(JNIHandles::resolve_jmethod_id(method_id)->signature()) {
1164 // Optimized path if we have the bitvector form of signature
1226 JNI_ArgumentPusherArray(Symbol* signature, const jvalue *rap) argument
1227 : JNI_ArgumentPusher(signature) {
1231 : JNI_ArgumentPusher(JNIHandles::resolve_jmethod_id(method_id)->signature()) {
1299 Symbol* signature = method->signature(); local
1312 Symbol* signature = method->signature(); local
1595 TempNewSymbol signature = SymbolTable::probe(sig, (int)strlen(sig)); local
3948 find_prefixed_native(KlassHandle k, Symbol* name, Symbol* signature, TRAPS) argument
3984 register_native(KlassHandle k, Symbol* name, Symbol* signature, address entry, TRAPS) argument
4051 TempNewSymbol signature = SymbolTable::probe(meth_sig, (int)strlen(meth_sig)); variable
[all...]
/openjdk7/hotspot/src/share/vm/services/
H A DattachListener.cpp75 Symbol* signature = vmSymbols::serializePropertiesToByteArray_signature(); local
79 signature,
H A DdiagnosticCommand.cpp188 Symbol* signature = vmSymbols::serializePropertiesToByteArray_signature(); local
192 signature,
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DGraphicsPrimitive.java255 * Return true if this primitive can be used for the given signature
258 * @param signature The signature of the given operation. Must be
259 * == (not just .equals) the signature string given by the
265 public final boolean satisfies(String signature, argument
270 if (signature != methodSignature) {
/openjdk7/jdk/src/share/classes/sun/rmi/rmic/newrmic/jrmp/
H A DRemoteClass.java329 method.name() + method.signature());
345 implMethod.name() + implMethod.signature(),
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java87 ComputeCallStack(Symbol signature) { argument
88 super(signature);
138 ComputeEntryStack(Symbol signature) { argument
139 super(signature);
351 int methodsigToEffect (Symbol signature, boolean isStatic, CellTypeStateList effect) { argument
352 ComputeEntryStack ces = new ComputeEntryStack(signature);
570 // FIXME: print signature of referenced method (need more
579 Symbol* signature = cp.symbol_at(signatureIdx);
580 tty.print("%s", signature.as_C_string());
610 // FIXME: print signature o
[all...]
H A DKlass.java201 // This returns the name in the form java/lang/String which isn't really a signature
203 // Ljava/lang/String; For ArrayKlasses getName itself is the signature.
204 public String signature() { return getName().asString(); } method in class:Klass
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DApacheCanonicalizer.java47 import com.sun.org.apache.xml.internal.security.signature.XMLSignatureInput;
H A DApacheTransform.java39 import com.sun.org.apache.xml.internal.security.signature.XMLSignatureInput;
H A DDOMRetrievalMethod.java53 import com.sun.org.apache.xml.internal.security.signature.XMLSignatureInput;
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileLog.cpp136 ciSignature* sig = method->signature();
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/algorithms/
H A DJCEMapper.java29 import com.sun.org.apache.xml.internal.security.signature.XMLSignature;
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/keys/keyresolver/implementations/
H A DX509IssuerSerialResolver.java34 import com.sun.org.apache.xml.internal.security.signature.XMLSignatureException;
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/signature/
H A DSignedInfo.java21 package com.sun.org.apache.xml.internal.security.signature;
47 * a signature algorithm, and one or more references.
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/resolver/
H A DResourceResolver.java29 import com.sun.org.apache.xml.internal.security.signature.XMLSignatureInput;
118 "signature.Reference.ForbiddenResolver", exArgs, uri, baseURI
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/resolver/implementations/
H A DResolverDirectHTTP.java31 import com.sun.org.apache.xml.internal.security.signature.XMLSignatureInput;
/openjdk7/jdk/src/windows/classes/sun/security/mscapi/
H A DRSASignature.java47 * RSA signature implementation. Supports RSA signing using PKCS#1 v1.5 padding.
240 // This signature accepts only RSAPublicKey
289 // This signature accepts only RSAPrivateKey
370 * Returns the signature bytes of all the data
372 * The format of the signature depends on the underlying
373 * signature scheme.
375 * @return the signature bytes of the signing operation's result.
378 * initialized properly or if this signature algorithm is unable to
385 // Omit the hash OID when generating a Raw signature
394 // Convert signature arra
426 verifySignedHash(byte[] hash, int hashSize, String hashAlgorithm, byte[] signature, int signatureSize, long hCryptProv, long hCryptKey) argument
[all...]
/openjdk7/jdk/test/com/sun/jdi/
H A DGetLocalVariables.java272 System.out.print(" signature: ");
273 System.out.print(lv.type().signature());
/openjdk7/jdk/test/com/sun/jdi/redefineMethod/
H A DRedefineTest.java166 if (!findMethod(refType, meth.name(), meth.signature()).equals(meth)) {
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DAnnotationTypeRequiredMemberWriterImpl.java88 ((ExecutableMemberDoc) member).signature()));
/openjdk7/langtools/src/share/classes/com/sun/tools/javah/
H A DJNI.java86 String sig = signature(md);
/openjdk7/hotspot/src/share/vm/opto/
H A DcallGenerator.cpp84 // Grab signature for matching/allocation
764 // In lamda forms we erase signature types to avoid resolving issues
768 ciSignature* signature = target->signature(); local
774 const Type* sig_type = TypeOopPtr::make_from_klass(signature->accessing_klass());
781 for (int i = 0; i < signature->count(); i++) {
782 ciType* t = signature->type_at(i);

Completed in 75 milliseconds

<<111213141516171819