Searched refs:exception_index (Results 1 - 20 of 20) sorted by relevance

/external/emma/core/java12/com/vladium/jcd/cls/attribute/
H A DIDeclaredExceptionTable.java63 * @param exception_index constant pool index [must be positive; input not validated]
67 int add (int exception_index); argument
73 * in the constant pool, in the slot pointed to by 'exception_index'.
76 * @param exception_index constant pool index [must be positive; input not validated]
81 int set (int offset, int exception_index); argument
H A DDeclaredExceptionTable.java79 public int add (final int exception_index) argument
82 m_exceptions.add (exception_index);
87 public int set (final int offset, final int exception_index) argument
89 return m_exceptions.set (offset, exception_index);
H A DExceptionsAttribute_info.java123 final int exception_index = bytes.readU2 ();
125 m_exceptions.add (exception_index);
/external/qemu/
H A Dcpu-exec.c96 env->exception_index = -1;
301 env->exception_index = -1;
312 if (env->exception_index >= 0) {
313 if (env->exception_index >= EXCP_INTERRUPT) {
315 ret = env->exception_index;
326 do_interrupt_user(env->exception_index,
333 ret = env->exception_index;
340 do_interrupt(env->exception_index,
371 env->exception_index = -1;
396 env->exception_index
[all...]
H A Dcpu-defs.h191 int exception_index; \
H A Dkqemu.c871 env->exception_index = ret & 0xff;
878 LOG_INT("kqemu: interrupt v=%02x:\n", env->exception_index);
882 env->exception_index = ret & 0xff;
890 env->exception_index, env->error_code);
H A Dkvm-all.c648 env->exception_index = EXCP_DEBUG;
664 env->exception_index = EXCP_INTERRUPT;
H A Dexec.c2968 env->exception_index = EXCP_DEBUG;
/external/qemu/target-mips/
H A Dhelper.c258 env->exception_index = exception;
593 if (qemu_log_enabled() && env->exception_index != EXCP_EXT_INTERRUPT) {
594 if (env->exception_index < 0 || env->exception_index > EXCP_LAST)
597 name = excp_names[env->exception_index];
602 if (env->exception_index == EXCP_EXT_INTERRUPT &&
604 env->exception_index = EXCP_DINT;
606 switch (env->exception_index) {
794 qemu_log("Invalid MIPS exception %d. Exiting\n", env->exception_index);
795 printf("Invalid MIPS exception %d. Exiting\n", env->exception_index);
[all...]
H A Dop_helper.c34 env->exception_index = exception;
1930 helper_raise_exception_err(env->exception_index, env->error_code);
H A Dtranslate.c8707 env->exception_index = EXCP_NONE;
/external/qemu/target-arm/
H A Dop_helper.c27 env->exception_index = tt;
96 raise_exception(env->exception_index);
277 env->exception_index = EXCP_HLT;
284 env->exception_index = excp;
H A Dhelper.c578 env->exception_index = -1;
585 env->exception_index = EXCP_PREFETCH_ABORT;
588 env->exception_index = EXCP_DATA_ABORT;
764 switch (env->exception_index) {
795 cpu_abort(env, "Unhandled exception 0x%x\n", env->exception_index);
842 switch (env->exception_index) {
927 cpu_abort(env, "Unhandled exception 0x%x\n", env->exception_index);
1343 env->exception_index = EXCP_PREFETCH_ABORT;
1349 env->exception_index = EXCP_DATA_ABORT;
/external/qemu/target-i386/
H A Dexec.h66 void QEMU_NORETURN raise_exception_err(int exception_index, int error_code);
67 void QEMU_NORETURN raise_exception(int exception_index);
H A Dop_helper.c1003 env->exception_index = EXCP_SYSCALL;
1119 env->exception_index = -1;
1344 env->exception_index = intno;
1353 void raise_exception_err(int exception_index, int error_code) argument
1355 raise_interrupt(exception_index, 0, error_code, 0);
1358 void raise_exception(int exception_index) argument
1360 raise_interrupt(exception_index, 0, 0, 0);
2512 env->exception_index = -1;
2799 env->exception_index = -1;
2810 env->exception_index
4735 helper_raise_exception(int exception_index) argument
[all...]
H A Dhelper.c952 env->exception_index = EXCP0E_PAGE;
1019 env->exception_index = EXCP0D_GPF;
1267 env->exception_index = EXCP0E_PAGE;
1436 void raise_exception(int exception_index);
H A Dhax-all.c598 env->exception_index = EXCP_HLT;
618 env->exception_index = EXCP_INTERRUPT;
H A Dkvm.c767 env->exception_index = EXCP_HLT;
/external/qemu/hw/
H A Dgoldfish_trace.c269 cpu_single_env->exception_index = EXCP_HLT;
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 1127 milliseconds