Searched refs:instructionSize (Results 1 – 1 of 1) sorted by relevance
110 int instructionSize = reader.readSmallUint(); in makeAnnotator() local111 out.annotate(4, "insns_size = 0x%x", instructionSize); in makeAnnotator()116 out.setLimit(out.getCursor(), out.getCursor() + instructionSize * 2); in makeAnnotator()118 int end = reader.getOffset() + instructionSize*2; in makeAnnotator()