/external/smali/dexlib2/src/test/java/org/jf/dexlib2/builder/ |
D | PayloadAlignmentTest.java | 57 Lists.newArrayList(implBuilder.getMethodImplementation().getInstructions()); in testPayloadAlignmentRemoveNop() 74 Lists.newArrayList(implBuilder.getMethodImplementation().getInstructions()); in testPayloadAlignmentAddNop() 101 …uction> instructions = Lists.newArrayList(implBuilder.getMethodImplementation().getInstructions()); in testPayloadAlignmentRemoveNopWithReferent() 127 …uction> instructions = Lists.newArrayList(implBuilder.getMethodImplementation().getInstructions()); in testPayloadAlignmentAddNopWithReferent() 176 …uction> instructions = Lists.newArrayList(implBuilder.getMethodImplementation().getInstructions()); in testPackedSwitchAlignment() 227 …uction> instructions = Lists.newArrayList(implBuilder.getMethodImplementation().getInstructions()); in testSparseSwitchAlignment()
|
D | FixGotoTest.java | 33 List<? extends Instruction> instructions = Lists.newArrayList(impl.getInstructions()); in testFixGotoToGoto16() 56 List<? extends Instruction> instructions = Lists.newArrayList(impl.getInstructions()); in testFixGotoToGoto32() 79 List<? extends Instruction> instructions = Lists.newArrayList(impl.getInstructions()); in testFixGoto16ToGoto32() 115 List<? extends Instruction> instructions = Lists.newArrayList(impl.getInstructions()); in testFixGotoCascading()
|
D | FixOffsetsTest.java | 101 List<? extends Instruction> instructions = Lists.newArrayList(impl.getInstructions()); in testFixOffsets()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/rewriter/ |
D | MethodImplementationRewriter.java | 65 @Override @Nonnull public Iterable<? extends Instruction> getInstructions() { in getInstructions() method in MethodImplementationRewriter.RewrittenMethodImplementation 67 methodImplementation.getInstructions()); in getInstructions()
|
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/ |
D | CustomMethodInlineTableTest.java | 76 Instruction deodexedInstruction = methodAnalyzer.getInstructions().get(0); in testCustomMethodInlineTable_Virtual() 103 Instruction deodexedInstruction = methodAnalyzer.getInstructions().get(0); in testCustomMethodInlineTable_Static() 130 Instruction deodexedInstruction = methodAnalyzer.getInstructions().get(0); in testCustomMethodInlineTable_Direct()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/ |
D | ImmutableMethodImplementation.java | 84 methodImplementation.getInstructions(), in of() 90 …@Nonnull @Override public ImmutableList<? extends ImmutableInstruction> getInstructions() { return… in getInstructions() method in ImmutableMethodImplementation
|
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/writer/ |
D | JumboStringConversionTest.java | 106 List<? extends Instruction> instructions = Lists.newArrayList(impl.getInstructions()); in testJumboStringConversion() 158 @Nonnull @Override public Iterable<? extends Instruction> getInstructions() { in testJumboStringConversion_NonMethodBuilder() 203 List<? extends Instruction> actualInstructions = Lists.newArrayList(impl.getInstructions()); in testJumboStringConversion_NonMethodBuilder()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/ |
D | MethodImplementation.java | 56 @Nonnull Iterable<? extends Instruction> getInstructions(); in getInstructions() method
|
/external/dexmaker/src/dx/java/com/android/dx/io/ |
D | Code.java | 55 public short[] getInstructions() { in getInstructions() method in Code
|
/external/smali/smali/src/test/java/ |
D | ImplicitReferenceTest.java | 85 List<Instruction> instructions = Lists.newArrayList(methodImpl.getInstructions()); in testImplicitMethodReference() 180 List<Instruction> instructions = Lists.newArrayList(methodImpl.getInstructions()); in testImplicitFieldReference()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/ |
D | DexBackedMethodImplementation.java | 66 @Nonnull @Override public Iterable<? extends Instruction> getInstructions() { in getInstructions() method in DexBackedMethodImplementation
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/ |
D | ClassPool.java | 143 for (Instruction instruction: methodImpl.getInstructions()) { in internCode() 414 …@Nullable @Override public Iterable<? extends Instruction> getInstructions(@Nonnull PoolMethod met… 417 return impl.getInstructions();
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/ |
D | SyntheticAccessorResolver.java | 125 List<Instruction> instructions = ImmutableList.copyOf(matchedMethodImpl.getInstructions()); in getAccessedMember()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/ |
D | ClassSection.java | 79 @Nullable Iterable<? extends Instruction> getInstructions(@Nonnull MethodKey key); in getInstructions() method
|
D | DexWriter.java | 741 … Iterable<? extends Instruction> instructions = classSection.getInstructions(methodKey); 761 instructions = mutableMethodImplementation.getInstructions(); 790 List<? extends Instruction> instructions = methodImplementation.getInstructions();
|
/external/llvm/utils/TableGen/ |
D | CodeGenTarget.h | 151 getInstructions() const { in getInstructions() function
|
D | CodeGenTarget.cpp | 301 const auto &Insts = getInstructions(); in ComputeInstrsByEnum()
|
/external/smali/dexlib2/src/accessorTest/java/org/jf/dexlib2/ |
D | AccessorTest.java | 113 for (Instruction instruction: methodImpl.getInstructions()) { in testAccessors()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/ |
D | BuilderClassPool.java | 294 public Iterable<? extends Instruction> getInstructions(@Nonnull BuilderMethod builderMethod) { 299 return impl.getInstructions();
|
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/ |
D | MethodDefinition.java | 86 instructions = ImmutableList.copyOf(methodImpl.getInstructions()); in MethodDefinition() 336 for (Instruction instruction: methodImpl.getInstructions()) { in needsAnalyzed()
|
D | ClassDefinition.java | 73 for (Instruction instruction: impl.getInstructions()) { in findFieldsSetInStaticConstructor()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/ |
D | MutableMethodImplementation.java | 68 for (Instruction instruction: methodImplementation.getInstructions()) { in MutableMethodImplementation() 84 for (final Instruction instruction: methodImplementation.getInstructions()) { in MutableMethodImplementation() 139 public List<BuilderInstruction> getInstructions() { in getInstructions() method in MutableMethodImplementation
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/ |
D | MethodAnalyzer.java | 306 public List<Instruction> getInstructions() { in getInstructions() method in MethodAnalyzer 387 … ImmutableList<Instruction> instructions = ImmutableList.copyOf(methodImpl.getInstructions());
|
/external/smali/smali/src/main/antlr3/ |
D | smaliTreeWalker.g | 409 if (Iterables.isEmpty(methodImplementation.getInstructions())) {
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |