/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...] |
/frameworks/base/packages/DefaultContainerService/jni/ |
com_android_defcontainer_MeasurementUtils.cpp | 68 int JNI_OnLoad(JavaVM *jvm, void* reserved) { 71 if (jvm->GetEnv((void**)&env, JNI_VERSION_1_6)) {
|
/external/webkit/Source/WebCore/bridge/jni/ |
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...] |
JNIUtility.h | 188 JavaVM* jvm = getJavaVM(); local 191 if (obj && jvm && env) { 229 JavaVM* jvm = getJavaVM(); local 237 if (cls && jvm && env) {
|
/external/oprofile/agents/jvmti/ |
libjvmti_oprofile.c | 3 * JVMTI agent implementation to report jitted JVM code to Oprofile 238 Agent_OnLoad(JavaVM * jvm, char * options, void * reserved) 268 rc = (*jvm)->GetEnv(jvm, (void *)&jvmti, JVMTI_VERSION_1); 320 JNIEXPORT void JNICALL Agent_OnUnload(JavaVM * jvm) 323 jvm = jvm;
|
/external/oprofile/agents/jvmpi/ |
jvmpi_oprofile.cpp | 3 * JVMPI agent implementation to report jitted JVM code to OProfile 187 JNIEXPORT jint JNICALL JVM_OnLoad(JavaVM * jvm, char * options, 225 err = jvm->GetEnv(&jvmpi_GetEnv_arg.jvmpi_ifc_ptr, JVMPI_VERSION_1);
|
/packages/apps/Nfc/jni/ |
com_android_nfc.cpp | 27 jint JNI_OnLoad(JavaVM *jvm, void *reserved) 34 if(jvm->GetEnv((void **)&e, JNI_VERSION_1_6)) 37 android::vm = jvm;
|
/build/ |
envsetup.sh | 1049 export JAVA_HOME=/usr/lib/jvm/java-6-sun
|