Searched defs:defaultOffset (Results 1 – 12 of 12) sorted by relevance
31 public int defaultOffset; field in SwitchInstruction45 int defaultOffset, in SwitchInstruction()
48 int defaultOffset, in LookUpSwitchInstruction()
49 int defaultOffset, in TableSwitchInstruction()
37 int32_t SimpleJumpTable::offsetForValue(int32_t value, int32_t defaultOffset) in offsetForValue()
122 int offsetPos, int defaultOffset) throws BadBytecode {} in visitTableSwitch()132 int pairsPos, int defaultOffset) throws BadBytecode {} in visitLookupSwitch()
645 int defaultOffset = tableSwitchInstruction.defaultOffset; in visitTableSwitchInstruction() local667 int defaultOffset = lookUpSwitchInstruction.defaultOffset; in visitLookUpSwitchInstruction() local
1460 unsigned defaultOffset = currentInstruction[2].u.operand; in emit_op_switch_imm() local1478 unsigned defaultOffset = currentInstruction[2].u.operand; in emit_op_switch_char() local1496 unsigned defaultOffset = currentInstruction[2].u.operand; in emit_op_switch_string() local
1085 unsigned defaultOffset = currentInstruction[2].u.operand; in emit_op_switch_imm() local1103 unsigned defaultOffset = currentInstruction[2].u.operand; in emit_op_switch_char() local1121 unsigned defaultOffset = currentInstruction[2].u.operand; in emit_op_switch_string() local
123 unsigned defaultOffset; member
817 int defaultOffset = in replaceSwitchInstruction() local
3710 int defaultOffset = vPC[2].u.operand; in privateExecute() local3734 int defaultOffset = vPC[2].u.operand; in privateExecute() local3757 int defaultOffset = vPC[2].u.operand; in privateExecute() local
233 int32_t defaultOffset = defaultTZ->getRawOffset(); in TestTwoDigitYearDSTParse() local