Searched refs:Opcodes (Results 1 - 16 of 16) sorted by relevance

/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/asm/
H A DFieldWriter.java101 * @param access the field's access flags (see {@link Opcodes}).
178 if ((access & Opcodes.ACC_SYNTHETIC) != 0
179 && (cw.version & 0xffff) < Opcodes.V1_5)
184 if ((access & Opcodes.ACC_DEPRECATED) != 0) {
188 if (cw.version == Opcodes.V1_4 && (access & Opcodes.ACC_ENUM) != 0) {
221 if ((access & Opcodes.ACC_SYNTHETIC) != 0
222 && (cw.version & 0xffff) < Opcodes.V1_5)
226 if ((access & Opcodes.ACC_DEPRECATED) != 0) {
229 if (cw.version == Opcodes
[all...]
H A DMethodWriter.java504 * @param access the method's access flags (see {@link Opcodes}).
545 if ((access & Opcodes.ACC_STATIC) != 0) {
630 if ((opcode >= Opcodes.IRETURN && opcode <= Opcodes.RETURN)
631 || opcode == Opcodes.ATHROW)
644 if (computeMaxs && opcode != Opcodes.NEWARRAY) {
654 if (opcode == Opcodes.SIPUSH) {
664 if (opcode == Opcodes.RET) {
679 if (opcode == Opcodes.LLOAD || opcode == Opcodes
[all...]
H A DClassWriter.java686 if ((access & Opcodes.ACC_DEPRECATED) != 0) {
691 if ((access & Opcodes.ACC_SYNTHETIC) != 0
692 && (version & 0xffff) < Opcodes.V1_5)
698 if (version == Opcodes.V1_4) {
699 if ((access & Opcodes.ACC_ANNOTATION) != 0) {
704 if ((access & Opcodes.ACC_ENUM) != 0) {
768 if ((access & Opcodes.ACC_DEPRECATED) != 0) {
771 if ((access & Opcodes.ACC_SYNTHETIC) != 0
772 && (version & 0xffff) < Opcodes.V1_5)
776 if (version == Opcodes
[all...]
H A DClassReader.java387 access |= Opcodes.ACC_DEPRECATED;
389 access |= Opcodes.ACC_SYNTHETIC;
391 access |= Opcodes.ACC_ANNOTATION;
393 access |= Opcodes.ACC_ENUM;
509 access |= Opcodes.ACC_SYNTHETIC;
511 access |= Opcodes.ACC_DEPRECATED;
513 access |= Opcodes.ACC_ENUM;
602 access |= Opcodes.ACC_SYNTHETIC;
604 access |= Opcodes.ACC_VARARGS;
606 access |= Opcodes
[all...]
H A DLabel.java265 if (opcode <= Opcodes.JSR) {
H A DOpcodes.java44 public interface Opcodes { interface
H A DType.java657 if (opcode == Opcodes.IALOAD || opcode == Opcodes.IASTORE) {
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/persist/model/
H A DBytecodeEnhancer.java11 import static com.sleepycat.asm.Opcodes.ACC_ABSTRACT;
12 import static com.sleepycat.asm.Opcodes.ACC_PRIVATE;
13 import static com.sleepycat.asm.Opcodes.ACC_PUBLIC;
14 import static com.sleepycat.asm.Opcodes.ACC_STATIC;
15 import static com.sleepycat.asm.Opcodes.ACC_TRANSIENT;
16 import static com.sleepycat.asm.Opcodes.ACONST_NULL;
17 import static com.sleepycat.asm.Opcodes.ALOAD;
18 import static com.sleepycat.asm.Opcodes.ANEWARRAY;
19 import static com.sleepycat.asm.Opcodes.ARETURN;
20 import static com.sleepycat.asm.Opcodes
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp192 /// This recursive scheme ends when the number of Opcodes assigned to the
195 /// Opcodes assigned.
313 const std::vector<unsigned> &Opcodes; member in class:__anon10830::FilterChooser
339 : AllInstructions(FC.AllInstructions), Opcodes(FC.Opcodes),
350 : AllInstructions(Insts), Opcodes(IDs), Operands(Ops), Filters(),
363 : AllInstructions(Insts), Opcodes(IDs), Operands(Ops),
510 for (unsigned i = 0, e = Owner->Opcodes.size(); i != e; ++i) {
514 Owner->insnWithID(Insn, Owner->Opcodes[i]);
523 LastOpcFiltered = Owner->Opcodes[
[all...]
H A DDAGISelMatcherOpt.cpp445 StringSet<> Opcodes; local
449 assert(Opcodes.insert(COM->getOpcode().getEnumName()) &&
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp230 const uint16_t *Opcodes);
1996 const uint16_t *Opcodes) {
2037 unsigned Opc = Opcodes[OpcodeIndex];
2804 static const uint16_t Opcodes[] = { ARM::VLD2DUPd8, ARM::VLD2DUPd16, local
2806 return SelectVLDDup(N, false, 2, Opcodes);
2810 static const uint16_t Opcodes[] = { ARM::VLD3DUPd8Pseudo, local
2813 return SelectVLDDup(N, false, 3, Opcodes);
2817 static const uint16_t Opcodes[] = { ARM::VLD4DUPd8Pseudo, local
2820 return SelectVLDDup(N, false, 4, Opcodes);
2824 static const uint16_t Opcodes[] local
1994 SelectVLDDup(SDNode *N, bool isUpdating, unsigned NumVecs, const uint16_t *Opcodes) argument
2831 static const uint16_t Opcodes[] = { ARM::VLD3DUPd8Pseudo_UPD, local
2838 static const uint16_t Opcodes[] = { ARM::VLD4DUPd8Pseudo_UPD, local
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Da65.vim16 " Opcodes
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/
H A DREADME553 described in "Restricting what Opcodes can be in a Perl Hook".
1060 "Restricting what Opcodes can be in a Perl Hook".
1062 Restricting what Opcodes can be in a Perl Hook
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/
H A DREADME613 described in "Restricting what Opcodes can be in a Perl Hook".
1163 "Restricting what Opcodes can be in a Perl Hook".
1165 Restricting what Opcodes can be in a Perl Hook
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/
H A DLog4perl.pm1061 L<"Restricting what Opcodes can be in a Perl Hook">.
1604 L<"Restricting what Opcodes can be in a Perl Hook">.
1606 =head2 Restricting what Opcodes can be in a Perl Hook
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/
H A DLog4perl.pm1268 L<"Restricting what Opcodes can be in a Perl Hook">.
1853 L<"Restricting what Opcodes can be in a Perl Hook">.
1855 =head2 Restricting what Opcodes can be in a Perl Hook

Completed in 107 milliseconds