HomeSort by relevance Sort by last modified time
    Searched refs:ClearException (Results 1 - 25 of 36) sorted by null

1 2

  /external/chromium_org/android_webview/native/
input_stream_impl.cc 18 using base::android::ClearException;
86 if (ClearException(env))
123 if (ClearException(env))
android_protocol_handler.cc 29 using base::android::ClearException;
  /art/runtime/entrypoints/portable/
portable_throw_entrypoints.cc 67 self->ClearException();
122 self->ClearException();
  /external/chromium_org/base/android/
jni_android.h 121 BASE_EXPORT bool ClearException(JNIEnv* env);
jni_android.cc 132 CHECK(!ClearException(env));
137 CHECK(!ClearException(env));
158 CHECK(!ClearException(env) && clazz) << "Failed to find class " << class_name;
195 CHECK(base::android::ClearException(env) || id) <<
243 bool ClearException(JNIEnv* env) {
  /art/runtime/
monitor_test.cc 79 self->ClearException();
100 self->ClearException();
157 self->ClearException();
202 self->ClearException();
246 self->ClearException();
runtime.cc 864 self->ClearException();
871 self->ClearException();
    [all...]
thread.cc     [all...]
reflection.cc 376 self->ClearException();
  /art/compiler/driver/
compiler_driver-inl.h 55 soa.Self()->ClearException();
71 soa.Self()->ClearException();
179 soa.Self()->ClearException();
compiler_driver_test.cc 181 Thread::Current()->ClearException();
compiler_driver.cc 527 self->ClearException();
733 self->ClearException();
    [all...]
  /art/runtime/mirror/
art_method.cc 222 self->ClearException();
239 self->ClearException();
325 self->ClearException();
object_test.cc 148 soa.Self()->ClearException();
153 soa.Self()->ClearException();
237 soa.Self()->ClearException();
242 soa.Self()->ClearException();
305 soa.Self()->ClearException();
class.cc 99 self->ClearException();
  /external/chromium_org/content/browser/android/java/
gin_java_method_invocation_helper.cc 310 if (base::android::ClearException(env)) {
333 if (base::android::ClearException(env)) {
347 if (!base::android::ClearException(env)) {
  /external/chromium_org/content/browser/gamepad/
gamepad_platform_data_fetcher_android.cc 21 using base::android::ClearException;
  /external/chromium_org/content/browser/geolocation/
location_api_adapter_android.cc 16 using base::android::ClearException;
  /art/runtime/arch/
stub_test.cc 694 self->ClearException();
862 self->ClearException();
    [all...]
  /art/runtime/gc/
heap-inl.h 59 self->ClearException();
  /art/runtime/verifier/
method_verifier.cc 179 Thread::Current()->ClearException();
223 Thread::Current()->ClearException();
650 Thread::Current()->ClearException();
    [all...]
  /external/chromium_org/chrome/browser/android/provider/
chrome_browser_provider.cc 49 using base::android::ClearException;
527 if (ClearException(env)) {
577 if (ClearException(env)) {
588 if (ClearException(env)) {
    [all...]
  /external/chromium_org/net/proxy/
proxy_config_service_android.cc 32 using base::android::ClearException;
  /external/chromium_org/ui/base/clipboard/
clipboard_android.cc 29 using base::android::ClearException;
  /art/runtime/entrypoints/
entrypoint_utils-inl.h 624 self->ClearException();

Completed in 838 milliseconds

1 2