HomeSort by relevance Sort by last modified time
    Searched defs:jvm (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/bridge/jni/
JNIUtility.h 188 JavaVM* jvm = getJavaVM(); local
191 if (obj && jvm && env) {
229 JavaVM* jvm = getJavaVM(); local
237 if (cls && jvm && env) {
JNIUtility.cpp 54 static JavaVM* jvm = 0; member in namespace:JSC::Bindings
57 // If the jvm value is set, the getJavaVM function below will just return.
62 jvm = javaVM;
67 if (jvm)
68 return jvm;
75 // Assumes JVM is already running ..., one per process
78 jvm = jvmArray[0];
82 return jvm;
293 JavaVM* jvm = getJavaVM(); local
298 if (obj && jvm && env)
    [all...]
  /external/javassist/src/main/javassist/util/
HotSwapper.java 39 * <p>To use this class, the JVM must be launched with the following
51 * launch another JVM for running a target application, this port number
77 private VirtualMachine jvm; field in class:HotSwapper
87 * Connects to the JVM.
89 * @param port the port number used for the connection to the JVM.
98 * Connects to the JVM.
100 * @param port the port number used for the connection to the JVM.
105 jvm = null;
115 jvm = connector.attach(arguments);
116 EventRequestManager manager = jvm.eventRequestManager()
    [all...]

Completed in 102 milliseconds