Lines Matching refs:code
41 functionality (also, the C++ classes <code>jvmaccess::VirtualMachine</code>
42 and <code>jvmaccess::UnoVirtualMachine</code> used by
56 <p>If the <code>processID</code> is a normal 16-byte ID, the returned
57 <atom>any</atom> contains a JNI <code>JavaVM</code> pointer as a
59 platform). If the <code>processID</code> does not match the current
63 <p>If the <code>processID</code> has an additional 17th byte of
64 value <code>0</code>, the returned <atom>any</atom> contains a
66 the C++ <code>jvmaccess::VirtualMachine</code> class, always represented
72 <code>processID</code> do not match the current process, or if the VM
76 <p>If the <code>processID</code> has an additional 17th byte of
77 value <code>1</code>, the returned <atom>any</atom> contains a
79 the C++ <code>jvmaccess::UnoVirtualMachine</code> class, always
83 the first 16 bytes of the <code>processID</code> do not match the
87 <p>The first form (returning a JNI <code>JavaVM</code> pointer) is
88 mainly for backwards compatibility, new code should use the second form
89 (returning a pointer to a <code>jvmaccess::VirtualMachine</code>) if it
92 <code>jvmaccess::UnoVirtualMachine</code>) if it wants to use the Java
94 <code>jvmaccess::VirtualMachine</code> instead of the raw
95 <code>JavaVM</code> pointer is that whenever you attach a native thread
97 <code>ClassLoader</code> (see
98 <code>java.lang.Thread.getContextClassLoader</code>) will automatically
103 of value <code>0</code> or <code>1</code>.