HomeSort by relevance Sort by last modified time
    Searched defs:DexMethod (Results 1 - 9 of 9) 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 struct 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,
  /external/r8/src/main/java/com/android/tools/r8/graph/
DexMethod.java 10 public class DexMethod extends Descriptor<DexEncodedMethod, DexMethod>
11 implements PresortedComparable<DexMethod> {
20 DexMethod(DexType holder, DexProto proto, DexString name) {
56 if (other instanceof DexMethod) {
57 DexMethod o = (DexMethod) other;
66 public int compareTo(DexMethod other) {
71 public int slowCompareTo(DexMethod other) {
84 public int slowCompareTo(DexMethod other, NamingLens namingLens)
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-alpha9/
builder-3.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-beta1/
builder-3.0.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-beta2/
builder-3.0.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-beta6/
builder-3.0.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-beta7/
builder-3.0.0-beta7.jar 
  /prebuilts/sdk/tools/lib/
d8.jar 

Completed in 126 milliseconds