HomeSort by relevance Sort by last modified time
    Searched refs:methodDef (Results 1 - 25 of 27) sorted by null

1 2

  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
InstructionMethodItemFactory.java 44 MethodDefinition methodDef, int codeAddress, Instruction instruction) {
47 return new OffsetInstructionFormatMethodItem(methodDef.classDef.options, methodDef, codeAddress,
52 return new UnresolvedOdexInstructionMethodItem(methodDef, codeAddress,
58 return new ArrayDataMethodItem(methodDef, codeAddress, (ArrayPayload)instruction);
60 return new PackedSwitchMethodItem(methodDef, codeAddress, (PackedSwitchPayload)instruction);
62 return new SparseSwitchMethodItem(methodDef, codeAddress, (SparseSwitchPayload)instruction);
64 return new InstructionMethodItem<Instruction>(methodDef, codeAddress, instruction);
UnresolvedOdexInstructionMethodItem.java 39 public UnresolvedOdexInstructionMethodItem(@Nonnull MethodDefinition methodDef, int codeAddress,
41 super(methodDef, codeAddress, instruction);
OffsetInstructionFormatMethodItem.java 44 public OffsetInstructionFormatMethodItem(@Nonnull BaksmaliOptions options, @Nonnull MethodDefinition methodDef,
46 super(methodDef, codeAddress, instruction);
49 label = methodDef.getLabelCache().internLabel(label);
PackedSwitchMethodItem.java 50 public PackedSwitchMethodItem(MethodDefinition methodDef, int codeAddress, PackedSwitchPayload instruction) {
51 super(methodDef, codeAddress, instruction);
53 int baseCodeAddress = methodDef.getPackedSwitchBaseAddress(codeAddress);
65 LabelMethodItem label = methodDef.getLabelCache().internLabel(
66 new LabelMethodItem(methodDef.classDef.options, baseCodeAddress + switchElement.getOffset(),
SparseSwitchMethodItem.java 49 public SparseSwitchMethodItem(MethodDefinition methodDef, int codeAddress, SparseSwitchPayload instruction) {
50 super(methodDef, codeAddress, instruction);
52 int baseCodeAddress = methodDef.getSparseSwitchBaseAddress(codeAddress);
57 LabelMethodItem label = methodDef.getLabelCache().internLabel(
58 new LabelMethodItem( methodDef.classDef.options, baseCodeAddress + switchElement.getOffset(),
ArrayDataMethodItem.java 40 public ArrayDataMethodItem(MethodDefinition methodDef, int codeAddress, ArrayPayload instruction) {
41 super(methodDef, codeAddress, instruction);
InstructionMethodItem.java 55 @Nonnull protected final MethodDefinition methodDef;
58 public InstructionMethodItem(@Nonnull MethodDefinition methodDef, int codeAddress, @Nonnull T instruction) {
60 this.methodDef = methodDef;
70 BaksmaliOptions options = methodDef.classDef.options;
75 if (methodDef.classDef.options.apiLevel >= 14) {
113 if (methodDef.classDef.options.implicitReferences) {
114 classContext = methodDef.method.getDefiningClass();
158 int baseAddress = methodDef.getPackedSwitchBaseAddress(
165 baseAddress = methodDef.getSparseSwitchBaseAddress
    [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/gmaven/runtime/gmaven-runtime-support/1.5/
gmaven-runtime-support-1.5.jar 
  /prebuilts/tools/common/m2/repository/com/thoughtworks/qdox/qdox/1.12/
qdox-1.12.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-core/0.13.2/
grpc-core-0.13.2.jar 
  /prebuilts/tools/common/m2/repository/me/tatarka/retrolambda/projectlombok/lombok.ast/0.2.3.a2/
lombok.ast-0.2.3.a2.jar 
  /prebuilts/checkstyle/
checkstyle.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-core/1.0.1/
grpc-core-1.0.1.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-core/1.0.3/
grpc-core-1.0.3.jar 
  /prebuilts/devtools/tools/lib/
lombok-ast-0.2.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/lombok/lombok-ast/0.2.2/
lombok-ast-0.2.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/lombok/lombok-ast/0.2.3/
lombok-ast-0.2.3.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.2.jar 
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.2/
lombok-ast-0.2.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.3/
lombok-ast-0.2.3.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/external/lombok/lombok-ast/0.2.3/
lombok-ast-0.2.3.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/
lombok-ast-0.2.1.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-all/0.13.2/
grpc-all-0.13.2.jar 

Completed in 587 milliseconds

1 2