Home
last modified time | relevance | path

Searched refs:HasException (Results 1 – 6 of 6) sorted by relevance

/external/libchrome/base/android/
Djni_android.cc221 bool HasException(JNIEnv* env) { in HasException() function
226 if (!HasException(env)) in ClearException()
234 if (!HasException(env)) in CheckException()
Djni_android.h139 BASE_EXPORT bool HasException(JNIEnv* env);
/external/libchrome/base/test/android/
Djava_handler_thread_helpers.cc26 DCHECK(HasException(env)); in ThrowExceptionAndAbort()
/external/v8/src/runtime/
Druntime-regexp.cc640 if (global_cache.HasException()) return ReadOnlyRoots(isolate).exception(); in StringReplaceGlobalRegExpWithString()
644 if (global_cache.HasException()) return ReadOnlyRoots(isolate).exception(); in StringReplaceGlobalRegExpWithString()
681 if (global_cache.HasException()) return ReadOnlyRoots(isolate).exception(); in StringReplaceGlobalRegExpWithString()
713 if (global_cache.HasException()) return ReadOnlyRoots(isolate).exception(); in StringReplaceGlobalRegExpWithEmptyString()
717 if (global_cache.HasException()) return ReadOnlyRoots(isolate).exception(); in StringReplaceGlobalRegExpWithEmptyString()
754 if (global_cache.HasException()) return ReadOnlyRoots(isolate).exception(); in StringReplaceGlobalRegExpWithEmptyString()
1164 if (global_cache.HasException()) return ReadOnlyRoots(isolate).exception(); in SearchRegExpMultiple()
1255 if (global_cache.HasException()) return ReadOnlyRoots(isolate).exception(); in SearchRegExpMultiple()
/external/v8/src/regexp/
Djsregexp.h154 V8_INLINE bool HasException() { return num_matches_ < 0; } in HasException() function
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeInstrInfo.td58 // def HasException : Predicate<"Subtarget.hasException()">;