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

  /external/emma/core/java12/com/vladium/jcd/cls/attribute/
LineNumber_info.java 23 * start_pc
25 * The value of the start_pc item must indicate the index into the code array
27 * value of start_pc must be less than the value of the code_length item of
46 public LineNumber_info (final int start_pc, final int line_number)
48 m_start_pc = start_pc;
54 return "line_number_info: [start_pc = " + m_start_pc + ", line_number = " + m_line_number + "]";
Exception_info.java 22 * start_pc, end_pc
24 * The values of the two items start_pc and end_pc indicate the ranges in the code
25 * array at which the exception handler is active. The value of start_pc must be
29 * The value of start_pc must be less than the value of end_pc.<P>
31 * The start_pc is inclusive and end_pc is exclusive; that is, the exception handler
32 * must be active while the program counter is within the interval [start_pc, end_pc).
65 public Exception_info (final int start_pc, final int end_pc,
68 m_start_pc = start_pc;
77 return "exception_info: [start_pc/end_pc = " + m_start_pc + '/' + m_end_pc +
  /external/qemu/
i386-dis.c 3499 static bfd_vma start_pc; variable
    [all...]
  /dalvik/dx/etc/
jasmin.jar 
  /external/emma/lib/
emma.jar 

Completed in 242 milliseconds