HomeSort by relevance Sort by last modified time
    Searched defs:raise_exception (Results 1 - 5 of 5) sorted by null

  /ndk/tests/device/test-stlport_shared-exception/jni/
gcsec1.cpp 12 void raise_exception() function
20 raise_exception ();
30 raise_exception ();
  /ndk/tests/device/test-stlport_static-exception/jni/
gcsec1.cpp 12 void raise_exception() function
20 raise_exception ();
30 raise_exception ();
  /external/qemu/target-i386/
excp_helper.c 28 qemu_log("raise_exception line=%d\n", __LINE__);\
40 raise_exception(env, exception_index);
117 void raise_exception(CPUX86State *env, int exception_index) function
  /external/libunwind/tests/
Gtest-exc.c 52 raise_exception (void) function
65 /* unwind to top-most frame a(), skipping over b() and raise_exception(): */
127 printf ("b(n=%d) calling raise_exception()\n", n);
128 raise_exception ();
130 panic ("FAILURE: b() returned from raise_exception()!!\n");
  /external/qemu/target-arm/
op_helper.c 27 static void raise_exception(CPUARMState *env, int tt) function
89 raise_exception(env, env->exception_index);

Completed in 956 milliseconds