HomeSort by relevance Sort by last modified time
    Searched refs:exception_index (Results 1 - 11 of 11) sorted by null

  /external/emma/core/java12/com/vladium/jcd/cls/attribute/
IDeclaredExceptionTable.java 63 * @param exception_index constant pool index [must be positive; input not validated]
67 int add (int exception_index);
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);
DeclaredExceptionTable.java 79 public int add (final int exception_index)
82 m_exceptions.add (exception_index);
87 public int set (final int offset, final int exception_index)
89 return m_exceptions.set (offset, exception_index);
ExceptionsAttribute_info.java 123 final int exception_index = bytes.readU2 (); local
125 m_exceptions.add (exception_index);
  /external/qemu/
cpu-exec.c 93 env->exception_index = -1;
257 env->exception_index = -1;
269 if (env->exception_index >= 0) {
270 if (env->exception_index >= EXCP_INTERRUPT) {
272 ret = env->exception_index;
282 do_interrupt_user(env->exception_index,
289 ret = env->exception_index;
296 do_interrupt(env->exception_index,
323 env->exception_index = -1;
369 env->exception_index = EXCP_DEBUG
    [all...]
cpu-defs.h 185 int exception_index; \
kqemu.c 871 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);
exec.c     [all...]
  /external/qemu/target-arm/
op_helper.c 28 env->exception_index = tt;
95 env->exception_index = EXCP_DATA_ABORT;
127 raise_exception(env->exception_index);
280 env->exception_index = EXCP_HLT;
287 env->exception_index = excp;
helper.c 447 env->exception_index = -1;
464 env->exception_index = EXCP_PREFETCH_ABORT;
467 env->exception_index = EXCP_DATA_ABORT;
716 switch (env->exception_index) {
747 cpu_abort(env, "Unhandled exception 0x%x\n", env->exception_index);
794 switch (env->exception_index) {
866 cpu_abort(env, "Unhandled exception 0x%x\n", env->exception_index);
    [all...]
  /external/qemu/hw/
goldfish_trace.c 258 cpu_single_env->exception_index = EXCP_HLT;
  /external/emma/lib/
emma.jar 

Completed in 126 milliseconds