Searched defs:jumpTable (Results 1 – 4 of 4) sorted by relevance
87 State jumpTable(int index); in jumpTable() method186 @Override public State jumpTable(int index) { in jumpTable() method in DigitSequenceMatcher.ByteArrayMatcher.ByteArrayData253 @Override public State jumpTable(int index) { in jumpTable() method in DigitSequenceMatcher.StringMatcher.StringData
85 List<Byte> jumpTable = asList(data).subList(4, 14); in testMapOperation() local
140 private final long jumpTable; field in RangeTree.Node176 long jumpTable = -1L; in Node() local
58 static CaseCluster jumpTable(const ConstantInt *Low, const ConstantInt *High, in jumpTable() function