HomeSort by relevance Sort by last modified time
    Searched refs:Throw (Results 126 - 150 of 180) sorted by null

1 2 3 4 56 7 8

  /external/chromium_org/v8/src/ia32/
macro-assembler-ia32.h 563 // Throw to the top handler in the try hander chain.
564 void Throw(Register value);
566 // Throw past all JS frames to the top JS entry frame.
    [all...]
code-stubs-ia32.cc     [all...]
  /external/chromium_org/v8/src/
runtime.h 581 F(Throw, 1, 1) \
typing.cc 327 store_.Forget(); // Control may transfer here via 'throw'.
339 store_.Forget(); // Control may transfer here via 'throw'.
471 void AstTyper::VisitThrow(Throw* expr) {
elements.cc 144 return isolate->Throw<Object>(
    [all...]
stub-cache.cc 540 // Throw a reference error.
545 return isolate->Throw(*error);
    [all...]
ic.cc 362 return isolate()->Throw<Object>(error);
370 return isolate()->Throw<Object>(error);
585 // of its properties; throw a TypeError in that case.
634 // If we did not find a property, check if we need to throw an exception.
650 // If the property is not present, check if we need to throw an exception.
    [all...]
liveedit.cc 904 return isolate->Throw<JSArray>(rethrow_exception);
    [all...]
jsregexp.cc 90 return isolate->Throw<Object>(regexp_err);
175 // Throw an exception if we fail to parse the pattern.
384 isolate->Throw(*regexp_err);
411 // error). Recreate the error object and throw it.
428 // Throw an exception if we fail to parse the pattern.
    [all...]
  /external/chromium_org/v8/src/x87/
macro-assembler-x87.h 542 // Throw to the top handler in the try hander chain.
543 void Throw(Register value);
545 // Throw past all JS frames to the top JS entry frame.
    [all...]
code-stubs-x87.cc     [all...]
  /frameworks/base/core/jni/
android_util_Binder.cpp 210 * get the VM ptr, throw the exception, and then detach the thread.
213 env->Throw(excep);
674 // DeadObjectException is a checked exception, only throw from certain methods.
684 // TransactionTooLargeException is a checked exception, only throw from certain methods.
734 // RemoteException is a checked exception, only throw from certain methods.
    [all...]
  /external/libpng/contrib/libtests/
pngvalid.c 915 /* And finally throw an exception. */
918 Throw ps;
933 /* And finally throw an exception. */
936 Throw ps;
    [all...]
  /external/chromium_org/chrome/browser/resources/cryptotoken/
gnubby.js 215 * @return {ArrayBuffer|Uint8Array} oldest received frame. Throw if none.
219 if (this.rxframes.length == 0) throw 'rxframes empty!';
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_form_controller.js 29 // Throw an error if the element either doesn't exist, or isn't a form.
31 throw chrome.i18n.getMessage('errorIdNotFound', id);
33 throw chrome.i18n.getMessage('errorIdNotForm', id);
675 // If we can't access Incognito settings, throw a message and return.
  /external/chromium_org/v8/src/arm/
macro-assembler-arm.h 647 void Throw(Register value);
    [all...]
code-stubs-arm.cc     [all...]
  /external/chromium_org/v8/src/x64/
macro-assembler-x64.h     [all...]
  /external/chromium_org/v8/src/arm64/
macro-assembler-arm64.h     [all...]
code-stubs-arm64.cc     [all...]
  /external/chromium_org/v8/src/mips/
macro-assembler-mips.h     [all...]
  /frameworks/base/media/jni/
android_media_MediaDrm.cpp 227 env->Throw(static_cast<jthrowable>(exception));
    [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp     [all...]
  /libcore/luni/src/main/native/
libcore_io_Posix.cpp 179 env->Throw(reinterpret_cast<jthrowable>(exception));
192 // Cache the methods ids before we throw, so we don't call GetMethodID with a pending exception.
204 // Deliberately fall through to throw another exception...
515 // We need to do this before we can throw an IOException (http://b/3222087).
    [all...]
  /art/runtime/
jni_internal.cc 692 static jint Throw(JNIEnv* env, jthrowable java_exception) {
859 // void and doesn't throw any exceptions, but we should probably
    [all...]

Completed in 854 milliseconds

1 2 3 4 56 7 8