Searched defs:exception_index (Results 1 – 4 of 4) sorted by relevance
67 int add (int exception_index); in add()81 int set (int offset, int exception_index); in set()
79 public int add (final int exception_index) in add()87 public int set (final int offset, final int exception_index) in set()
123 final int exception_index = bytes.readU2 (); in ExceptionsAttribute_info() local
240 pub(crate) fn exception_index(self) -> u16 { in exception_index() method