/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
D | LOR.java | 26 public class LOR extends ArithmeticInstruction { class 28 public LOR() { in LOR() method in LOR 29 super(org.apache.bcel.Const.LOR); in LOR()
|
D | InstructionConstants.java | 122 ArithmeticInstruction LOR = new LOR(); field 257 INSTRUCTIONS[Const.LOR] = LOR; in Clinit()
|
D | InstructionConst.java | 121 public static final ArithmeticInstruction LOR = new LOR(); field in InstructionConst 252 INSTRUCTIONS[Const.LOR] = LOR;
|
D | ArithmeticInstruction.java | 84 case Const.LOR: in getType()
|
D | Visitor.java | 249 void visitLOR( LOR obj ); in visitLOR()
|
D | EmptyVisitor.java | 393 public void visitLOR( final LOR obj ) { in visitLOR()
|
D | InstructionFactory.java | 368 return InstructionConst.LOR; in createBinaryLongOp()
|
/external/javassist/src/main/javassist/bytecode/ |
D | Opcode.java | 201 int LOR = 129; field
|
/external/ow2-asm/asm/src/main/java/org/objectweb/asm/ |
D | Opcodes.java | 493 int LOR = 129; // - field
|
D | Frame.java | 951 case Opcodes.LOR: in execute()
|
/external/ow2-asm/asm-analysis/src/main/java/org/objectweb/asm/tree/analysis/ |
D | SourceInterpreter.java | 152 case LOR: in binaryOperation()
|
D | BasicInterpreter.java | 304 case LOR: in binaryOperation()
|
D | BasicVerifier.java | 265 case LOR: in binaryOperation()
|
D | Frame.java | 511 case Opcodes.LOR: in execute()
|
/external/kotlinx.atomicfu/atomicfu-transformer/src/main/kotlin/kotlinx/atomicfu/transformer/ |
D | FlowAnalyzer.kt | 236 LADD, LSUB, LMUL, LDIV, LREM, LAND, LOR, LXOR -> { in executeOne()
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/ |
D | LabelFlowAnalyzerTest.java | 223 testInsn(LOR, true); in testInsn()
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/ |
D | Constants.java | 796 short LOR = 129; field
|
D | Const.java | 1125 public static final short LOR = 129; field in Const
|
/external/ow2-asm/asm-commons/src/main/java/org/objectweb/asm/commons/ |
D | AdviceAdapter.java | 247 case LOR: in visitInsn()
|
D | AnalyzerAdapter.java | 781 case Opcodes.LOR: in execute()
|
/external/ow2-asm/asm-util/src/test/resources/ |
D | jdk3.AllInstructions.txt | 440 LOR 1517 LOR
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 551 LADD, LSUB, LOR, LXOR, LAND, enumerator
|
/external/vixl/ |
D | README.md | 87 | LOR | kLORegions | |
|
/external/desugar/java/com/google/devtools/build/android/desugar/ |
D | BytecodeTypeInference.java | 268 case Opcodes.LOR: in visitInsn()
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/ |
D | ExecutionVisitor.java | 1116 public void visitLOR(final LOR o) { in visitLOR()
|