Searched defs:methods (Results 1 - 7 of 7) sorted by relevance

/dalvik/dx/src/com/android/dx/cf/direct/
H A DMethodListParser.java28 * Parser for lists of methods in a class file.
32 final private StdMethodList methods; field in class:MethodListParser
45 methods = new StdMethodList(getCount());
55 return methods;
83 methods.set(n, meth);
H A DDirectClassFile.java137 * {@code null-ok;} the class file field {@code methods}; only ever
140 private MethodList methods; field in class:DirectClassFile
320 return methods;
579 methods = mlParser.getList();
/dalvik/dx/src/com/android/dx/cf/code/
H A DRopperMachine.java75 /** {@code non-null:} list of methods from the class whose method is being converted */
76 private final MethodList methods; field in class:RopperMachine
133 * @param methods {@code non-null;} list of methods defined by the class
137 TranslationAdvice advice, MethodList methods) {
140 if (methods == null) {
141 throw new NullPointerException("methods == null");
154 this.methods = methods;
936 // specifies that instance methods an
136 RopperMachine(Ropper ropper, ConcreteMethod method, TranslationAdvice advice, MethodList methods) argument
[all...]
H A DRopper.java341 * @param methods {@code non-null;} list of methods defined by the class
346 TranslationAdvice advice, MethodList methods, DexOptions dexOptions) {
348 Ropper r = new Ropper(method, advice, methods, dexOptions);
364 * @param methods {@code non-null;} list of methods defined by the class
368 private Ropper(ConcreteMethod method, TranslationAdvice advice, MethodList methods, argument
382 this.machine = new RopperMachine(this, method, advice, methods);
345 convert(ConcreteMethod method, TranslationAdvice advice, MethodList methods, DexOptions dexOptions) argument
/dalvik/dx/src/com/android/dx/merge/
H A DDexMerger.java866 private void transformMethods(Dex in, IndexMap indexMap, ClassData.Method[] methods) { argument
868 for (ClassData.Method method : methods) {
1141 // (assuming the worst case that section contains only methods and no fields)
/dalvik/libdex/
H A DDexSwapVerify.cpp1322 const DexMethodAnnotationsItem* methods = local
1325 dexGetMethodId(state->pDexFile, methods[0].methodIdx);
1533 /* Helper for verifyClassDataItem(), which checks a list of methods. */
1535 DexMethod* methods, bool expectDirect) {
1539 DexMethod* method = &methods[i];
1607 ALOGE("Trouble with direct methods");
1615 ALOGE("Trouble with virtual methods");
1534 verifyMethods(const CheckState* state, u4 size, DexMethod* methods, bool expectDirect) argument
/dalvik/dx/etc/
H A Djasmin.jar ... .util.Vector vars java.util.Vector methods jas.SourceAttr source jas.SignatureAttr signature jas. ...

Completed in 159 milliseconds