HomeSort by relevance Sort by last modified time
    Searched refs:Throw (Results 151 - 175 of 215) sorted by null

1 2 3 4 5 67 8 9

  /external/v8/src/
json-parser.cc 168 return isolate()->template Throw<Object>(error, &location);
accessors.cc 187 // Throw TypeError if there were non-deletable elements.
190 isolate->Throw(*factory->NewTypeError(
    [all...]
typing-asm.cc 735 void AsmTyper::VisitThrow(Throw* expr) {
736 FAIL(expr, "throw statement encountered");
    [all...]
  /external/v8/src/parsing/
pattern-rewriter.cc 781 NOT_A_PATTERN(Throw)
  /external/v8/test/cctest/interpreter/
test-bytecode-generator.cc     [all...]
  /external/v8/test/unittests/interpreter/
bytecode-array-builder-unittest.cc 244 // Emit throw and re-throw in it's own basic block so that the rest of the
247 builder.Throw().Bind(&after_throw);
  /frameworks/base/core/jni/
android_util_Binder.cpp 201 * get the VM ptr, throw the exception, and then detach the thread.
203 env->Throw(excep);
675 // DeadObjectException is a checked exception, only throw from certain methods.
687 // TransactionTooLargeException is a checked exception, only throw from certain methods.
753 // RemoteException is a checked exception, only throw from certain methods.
    [all...]
  /libcore/ojluni/src/main/native/
jni_util.c 42 * Throw a Java exception by name. Similar to SignalError.
152 /* Throw an exception by name, using the string returned by
169 (*env)->Throw(env, x);
178 /* Throw an IOException, using the last-error string for the detail
    [all...]
net_util_md.c 502 (*env)->Throw(env, x);
    [all...]
  /external/libpng/contrib/libtests/
pngvalid.c 1036 /* And finally throw an exception. */
1039 Throw ps;
1054 /* And finally throw an exception. */
1057 Throw ps;
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp     [all...]
  /external/v8/src/compiler/
bytecode-graph-builder.cc     [all...]
  /external/v8/src/js/
typedarray.js 116 throw MakeTypeError(kIncompatibleMethodReceiver,
126 if (!IS_TYPEDARRAY(newTypedArray)) throw MakeTypeError(kNotTypedArray);
131 throw MakeTypeError(kTypedArrayTooShort);
160 throw MakeRangeError(kInvalidTypedArrayAlignment,
164 throw MakeRangeError(kInvalidTypedArrayOffset);
172 throw MakeRangeError(kInvalidTypedArrayAlignment,
183 throw MakeRangeError(kInvalidTypedArrayLength);
192 throw MakeRangeError(kInvalidTypedArrayLength);
207 throw MakeRangeError(kInvalidTypedArrayLength);
248 // TODO(littledan): Throw on detached typedArra
    [all...]
  /external/v8/src/ast/
ast.cc     [all...]
  /external/v8/src/runtime/
runtime.h 282 F(Throw, 1, 1) \
    [all...]
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/jni-headers/
jni.h 226 jint (JNICALL *Throw)
800 jint Throw(jthrowable obj) {
801 return functions->Throw(this, obj);
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/jni-headers/
jni.h 226 jint (JNICALL *Throw)
800 jint Throw(jthrowable obj) {
801 return functions->Throw(this, obj);
    [all...]
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/jni-headers/
jni.h 226 jint (JNICALL *Throw)
800 jint Throw(jthrowable obj) {
801 return functions->Throw(this, obj);
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/jni-headers/
jni.h 226 jint (JNICALL *Throw)
800 jint Throw(jthrowable obj) {
801 return functions->Throw(this, obj);
    [all...]
  /external/libgdx/extensions/gdx-jnigen/src/com/badlogic/gdx/jnigen/resources/headers/
jni.h 226 jint (JNICALL *Throw)
800 jint Throw(jthrowable obj) {
801 return functions->Throw(this, obj);
    [all...]
  /external/libgdx/gdx/jni/jni-headers/
jni.h 226 jint (JNICALL *Throw)
800 jint Throw(jthrowable obj) {
801 return functions->Throw(this, obj);
    [all...]
  /external/v8/src/interpreter/
bytecode-generator.cc 157 // Records the dispatch token to be used to identify the re-throw path when
292 // Scoped class for enabling 'throw' in try-catch constructs.
    [all...]
  /art/runtime/
check_jni.cc     [all...]
jni_internal.cc 431 static jint Throw(JNIEnv* env, jthrowable java_exception) {
564 // void and doesn't throw any exceptions, but we should probably
    [all...]
  /frameworks/base/media/jni/
android_media_MediaDrm.cpp 257 env->Throw(static_cast<jthrowable>(exception));
    [all...]

Completed in 944 milliseconds

1 2 3 4 5 67 8 9