Home
last modified time | relevance | path

Searched defs:defaultOffset (Results 1 – 12 of 12) sorted by relevance

/external/proguard/src/proguard/classfile/instruction/
DSwitchInstruction.java31 public int defaultOffset; field in SwitchInstruction
45 int defaultOffset, in SwitchInstruction()
DLookUpSwitchInstruction.java48 int defaultOffset, in LookUpSwitchInstruction()
DTableSwitchInstruction.java49 int defaultOffset, in TableSwitchInstruction()
/external/webkit/Source/JavaScriptCore/bytecode/
DJumpTable.cpp37 int32_t SimpleJumpTable::offsetForValue(int32_t value, int32_t defaultOffset) in offsetForValue()
/external/javassist/src/main/javassist/bytecode/stackmap/
DTracer.java122 int offsetPos, int defaultOffset) throws BadBytecode {} in visitTableSwitch()
132 int pairsPos, int defaultOffset) throws BadBytecode {} in visitLookupSwitch()
/external/proguard/src/proguard/classfile/visitor/
DClassPrinter.java645 int defaultOffset = tableSwitchInstruction.defaultOffset; in visitTableSwitchInstruction() local
667 int defaultOffset = lookUpSwitchInstruction.defaultOffset; in visitLookUpSwitchInstruction() local
/external/webkit/Source/JavaScriptCore/jit/
DJITOpcodes32_64.cpp1460 unsigned defaultOffset = currentInstruction[2].u.operand; in emit_op_switch_imm() local
1478 unsigned defaultOffset = currentInstruction[2].u.operand; in emit_op_switch_char() local
1496 unsigned defaultOffset = currentInstruction[2].u.operand; in emit_op_switch_string() local
DJITOpcodes.cpp1085 unsigned defaultOffset = currentInstruction[2].u.operand; in emit_op_switch_imm() local
1103 unsigned defaultOffset = currentInstruction[2].u.operand; in emit_op_switch_char() local
1121 unsigned defaultOffset = currentInstruction[2].u.operand; in emit_op_switch_string() local
DJIT.h123 unsigned defaultOffset; member
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java817 int defaultOffset = in replaceSwitchInstruction() local
/external/webkit/Source/JavaScriptCore/interpreter/
DInterpreter.cpp3710 int defaultOffset = vPC[2].u.operand; in privateExecute() local
3734 int defaultOffset = vPC[2].u.operand; in privateExecute() local
3757 int defaultOffset = vPC[2].u.operand; in privateExecute() local
/external/icu4c/test/intltest/
Ddtfmttst.cpp233 int32_t defaultOffset = defaultTZ->getRawOffset(); in TestTwoDigitYearDSTParse() local