HomeSort by relevance Sort by last modified time
    Searched defs:DexMethod (Results 1 - 2 of 2) sorted by null

  /cts/tools/dex-tools/src/dex/structure/
DexMethod.java 22 * {@code DexMethod} represents a method.
24 public interface DexMethod extends WithModifiers, DexAnnotatedElement,
  /dalvik/libdex/
DexClass.h 42 typedef struct DexMethod {
46 } DexMethod;
55 DexMethod* directMethods;
56 DexMethod* virtualMethods;
91 DexMethod* pMethod, u4* lastIndex);
106 * Get the DexCode for a DexMethod. Returns NULL if the class is native
110 const DexMethod* pDexMethod)
152 DEX_INLINE void dexReadClassDataMethod(const u1** pData, DexMethod* pMethod,

Completed in 83 milliseconds