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

  /art/test/1909-per-agent-tls/
agent_tls.cc 61 ScopedLocalRef<jclass> rt_exception(env, env->FindClass("java/lang/RuntimeException"));
62 env->ThrowNew(rt_exception.get(), "Unable to get JavaVM");
67 ScopedLocalRef<jclass> rt_exception(env, env->FindClass("java/lang/RuntimeException"));
68 env->ThrowNew(rt_exception.get(), "Unable to create new jvmtiEnv");
  /art/test/1941-dispose-stress/
dispose_stress.cc 47 ScopedLocalRef<jclass> rt_exception(env, env->FindClass("java/lang/RuntimeException"));
48 env->ThrowNew(rt_exception.get(), "Unable to get JavaVM");
53 ScopedLocalRef<jclass> rt_exception(env, env->FindClass("java/lang/RuntimeException"));
54 env->ThrowNew(rt_exception.get(), "Unable to create new jvmtiEnv");
  /art/test/1900-track-alloc/
alloc.cc 72 ScopedLocalRef<jclass> rt_exception(env, env->FindClass("java/lang/RuntimeException"));
73 env->ThrowNew(rt_exception.get(), "Alloc tracking data not initialized.");
102 ScopedLocalRef<jclass> rt_exception(env, env->FindClass("java/lang/RuntimeException"));
103 env->ThrowNew(rt_exception.get(), "Unable to get JavaVM");
108 ScopedLocalRef<jclass> rt_exception(env, env->FindClass("java/lang/RuntimeException"));
109 env->ThrowNew(rt_exception.get(), "Unable to create new jvmtiEnv");
120 ScopedLocalRef<jclass> rt_exception(env, env->FindClass("java/lang/RuntimeException"));
121 env->ThrowNew(rt_exception.get(), "Environment already has local storage set!");
150 ScopedLocalRef<jclass> rt_exception(env, env->FindClass("java/lang/RuntimeException"));
151 env->ThrowNew(rt_exception.get(), "Unable to find memory tracking extensions.")
    [all...]
  /art/test/984-obsolete-invoke/
obsolete_invoke.cc 64 ScopedLocalRef<jclass> rt_exception(env, env->FindClass("java/lang/RuntimeException"));
65 env->ThrowNew(rt_exception.get(), "Unable to find obsolete method!");
  /cts/tests/signature/api-check/src/jni/
classdescriptors.cpp 101 jclass rt_exception = env->FindClass("java/lang/RuntimeException"); local
102 env->ThrowNew(rt_exception, "get_class_loader_class_descriptor extension is not ready.");
109 jclass rt_exception = env->FindClass("java/lang/RuntimeException"); local
110 env->ThrowNew(rt_exception, "Error while executing get_class_loader_class_descriptor.");
137 jclass rt_exception = env->FindClass("java/lang/RuntimeException"); local
138 env->ThrowNew(rt_exception, "Failed to get JVMTI extension APIs");
153 jclass rt_exception = env->FindClass("java/lang/RuntimeException"); local
154 env->ThrowNew(rt_exception, "Failed to find get_class_loader_class_descriptors extension");
177 jclass rt_exception = env->FindClass("java/lang/RuntimeException"); local
178 env->ThrowNew(rt_exception, error.c_str())
201 jclass rt_exception = env->FindClass("java\/lang\/RuntimeException"); local
    [all...]
  /art/test/ti-agent/
frame_pop_helper.cc 80 ScopedLocalRef<jclass> rt_exception(env, env->FindClass("java/lang/RuntimeException"));
81 env->ThrowNew(rt_exception.get(), "Environment already has local storage set!");
112 ScopedLocalRef<jclass> rt_exception(env, env->FindClass("java/lang/RuntimeException"));
113 if (rt_exception.get() == nullptr) {
117 env->ThrowNew(rt_exception.get(), "Unable to create new jvmti_env");
jvmti_helper.cc 114 ScopedLocalRef<jclass> rt_exception(env, env->FindClass("java/lang/RuntimeException"));
115 if (rt_exception.get() == nullptr) {
123 env->ThrowNew(rt_exception.get(), err);
breakpoint_helper.cc 168 ScopedLocalRef<jclass> rt_exception(env, env->FindClass("java/lang/RuntimeException"));
169 env->ThrowNew(rt_exception.get(), "Environment already has local storage set!");
exceptions_helper.cc 142 ScopedLocalRef<jclass> rt_exception(env, env->FindClass("java/lang/RuntimeException"));
143 env->ThrowNew(rt_exception.get(), "Environment already has local storage set!");
monitors_helper.cc 177 ScopedLocalRef<jclass> rt_exception(env, env->FindClass("java/lang/RuntimeException"));
178 env->ThrowNew(rt_exception.get(), "Environment already has local storage set!");
trace_helper.cc 508 ScopedLocalRef<jclass> rt_exception(env, env->FindClass("java/lang/RuntimeException"));
509 env->ThrowNew(rt_exception.get(), "Environment already has local storage set!");
  /art/test/1946-list-descriptors/
descriptors.cc 59 ScopedLocalRef<jclass> rt_exception(env, env->FindClass("java/lang/RuntimeException"));
60 env->ThrowNew(rt_exception.get(), "Alloc tracking data not initialized.");
101 ScopedLocalRef<jclass> rt_exception(env, env->FindClass("java/lang/RuntimeException"));
102 env->ThrowNew(rt_exception.get(), "Environment already has local storage set!");
131 ScopedLocalRef<jclass> rt_exception(env, env->FindClass("java/lang/RuntimeException"));
132 env->ThrowNew(rt_exception.get(), "Unable to find memory tracking extensions.");
  /art/test/996-breakpoint-obsolete/
obsolete_breakpoints.cc 62 ScopedLocalRef<jclass> rt_exception(env, env->FindClass("java/lang/RuntimeException"));
63 env->ThrowNew(rt_exception.get(), "Unable to find obsolete method!");
  /art/test/1940-ddms-ext/
ddm_ext.cc 133 ScopedLocalRef<jclass> rt_exception(env, env->FindClass("java/lang/RuntimeException"));
134 env->ThrowNew(rt_exception.get(), "Environment already has local storage set!");
168 ScopedLocalRef<jclass> rt_exception(env, env->FindClass("java/lang/RuntimeException"));
169 env->ThrowNew(rt_exception.get(), "Unable to find memory tracking extensions.");
195 ScopedLocalRef<jclass> rt_exception(env, env->FindClass("java/lang/RuntimeException"));
196 env->ThrowNew(rt_exception.get(), "Unable to find ddms extension event.");
  /art/test/1957-error-ext/
lasterror.cc 79 ScopedLocalRef<jclass> rt_exception(env, env->FindClass("java/lang/RuntimeException"));
80 env->ThrowNew(rt_exception.get(), (name + " extensions not found").c_str());

Completed in 276 milliseconds