Home
last modified time | relevance | path

Searched refs:LOR (Results 1 – 25 of 85) sorted by relevance

1234

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DLOR.java26 public class LOR extends ArithmeticInstruction { class
28 public LOR() { in LOR() method in LOR
29 super(org.apache.bcel.Const.LOR); in LOR()
DInstructionConstants.java122 ArithmeticInstruction LOR = new LOR(); field
257 INSTRUCTIONS[Const.LOR] = LOR; in Clinit()
DInstructionConst.java121 public static final ArithmeticInstruction LOR = new LOR(); field in InstructionConst
252 INSTRUCTIONS[Const.LOR] = LOR;
DArithmeticInstruction.java84 case Const.LOR: in getType()
DVisitor.java249 void visitLOR( LOR obj ); in visitLOR()
DEmptyVisitor.java393 public void visitLOR( final LOR obj ) { in visitLOR()
DInstructionFactory.java368 return InstructionConst.LOR; in createBinaryLongOp()
/external/javassist/src/main/javassist/bytecode/
DOpcode.java201 int LOR = 129; field
/external/ow2-asm/asm/src/main/java/org/objectweb/asm/
DOpcodes.java493 int LOR = 129; // - field
DFrame.java951 case Opcodes.LOR: in execute()
/external/ow2-asm/asm-analysis/src/main/java/org/objectweb/asm/tree/analysis/
DSourceInterpreter.java152 case LOR: in binaryOperation()
DBasicInterpreter.java304 case LOR: in binaryOperation()
DBasicVerifier.java265 case LOR: in binaryOperation()
DFrame.java511 case Opcodes.LOR: in execute()
/external/kotlinx.atomicfu/atomicfu-transformer/src/main/kotlin/kotlinx/atomicfu/transformer/
DFlowAnalyzer.kt236 LADD, LSUB, LMUL, LDIV, LREM, LAND, LOR, LXOR -> { in executeOne()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
DLabelFlowAnalyzerTest.java223 testInsn(LOR, true); in testInsn()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/
DConstants.java796 short LOR = 129; field
DConst.java1125 public static final short LOR = 129; field in Const
/external/ow2-asm/asm-commons/src/main/java/org/objectweb/asm/commons/
DAdviceAdapter.java247 case LOR: in visitInsn()
DAnalyzerAdapter.java781 case Opcodes.LOR: in execute()
/external/ow2-asm/asm-util/src/test/resources/
Djdk3.AllInstructions.txt440 LOR
1517 LOR
/external/llvm/lib/Target/X86/
DX86ISelLowering.h551 LADD, LSUB, LOR, LXOR, LAND, enumerator
/external/vixl/
DREADME.md87 | LOR | kLORegions | |
/external/desugar/java/com/google/devtools/build/android/desugar/
DBytecodeTypeInference.java268 case Opcodes.LOR: in visitInsn()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/
DExecutionVisitor.java1116 public void visitLOR(final LOR o) { in visitLOR()

1234