HomeSort by relevance Sort by last modified time
    Searched refs:jvmError (Results 1 - 4 of 4) sorted by null

  /external/dexmaker/dexmaker-mockito-inline-tests/src/main/jni/multiplejvmtiagentsinterferenceagent/
agent.cc 94 jint jvmError = vm->GetEnv(reinterpret_cast<void **>(&localJvmtiEnv), JVMTI_VERSION_1_2);
95 if (jvmError != JNI_OK) {
96 return jvmError;
  /cts/tests/signature/api-check/src/jni/
classdescriptors.cpp 91 jint jvmError = vm->GetEnv(reinterpret_cast<void**>(&jvmti_env), JVMTI_VERSION_1_2);
92 if (jvmError != JNI_OK) {
93 return jvmError;
  /external/dexmaker/dexmaker-mockito-inline-extended/src/main/jni/staticjvmtiagent/
agent.cc 597 jint jvmError = vm->GetEnv(reinterpret_cast<void**>(&localJvmtiEnv), JVMTI_VERSION_1_2);
598 if (jvmError != JNI_OK) {
599 return jvmError;
754 jint jvmError = env->GetJavaVM(&vm);
755 if (jvmError != JNI_OK) {
760 jvmError = vm->GetEnv(reinterpret_cast<void**>(&jvmtiEnv), JVMTI_VERSION_1_2);
761 if (jvmError != JNI_OK) {
    [all...]
  /external/dexmaker/dexmaker-mockito-inline/src/main/jni/dexmakerjvmtiagent/
agent.cc     [all...]

Completed in 2329 milliseconds